From: "Ron" <[EMAIL PROTECTED]>
> I have been using the below subroutine for Parsing my data from forms.
Please don't!
use CGI;
or
use CGI::Lite;
even
use CGI::Deurl;
but don't try it yourself.
> The question I have; can someone explain this line to me, $value =~
> tr/+/ /;
>
> The tr has me a bit confused.
tr/// replaces the characters specified between the first and second
slash by the characters between second and third.
So in your case the command replaces all pluses by spaces.
Jenda
=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
--- me
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]