CODE
LIBARY.COM
Home
/
CGI
CGI Remove unwanted characters
Remove unwanted characters
$string =~ s/[&*^() !%$@#+_~,<>./?]//g;
$string =~ s/[&*^() !%$@#+_~,<>./?]//g;
Copy to Clipboard
Related Snippets
CGI File size
CGI Bandwidth Bandit
CGI Simple User Counter
CGI File copy
CGI Directory Listing
CGI Animation
CGI Easy mp3 search
CGI File Download
CGI Populating a hash from an two arrays
CGI Get file size over HTTP