1. why perl doesn't have a built-in strip() function? each time I need to say 
$var =~ s/^\s+|\s+//g to strip the blank space before and after the variable, 
specially if this is a CGI var.
2. what's the standard module or method to generate a random string, for 
example the string will be used as part of url.

Thanks.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to