I was wondering if there was a built in way to split a string into an array of characters? Or are strings already considered an array of characters (like in C++)?
Also, is there a function that can check if a character is alphanumeric?
Is it also possible to use PERL to write a webpage within the code, create forms inside the code, and receive the input to those forms directly? I'm trying to write code for a login screen and I want the page to change dynamically based on user input. I figured that's the best way to create a gateway page: to have the page be dynamic.
Also, is there a function that can check if a character is alphanumeric?
Is it also possible to use PERL to write a webpage within the code, create forms inside the code, and receive the input to those forms directly? I'm trying to write code for a login screen and I want the page to change dynamically based on user input. I figured that's the best way to create a gateway page: to have the page be dynamic.
Comment