Hi , I posted a question earlier today regarding stripping slashes from 
variables. The problem arises when we gather info from a web form and 
the user input contains quotes ( " or ' ) . When the string is then used 
at a later stage ( mailed or echoed to screen) , the quotes all have \" 
or \' in them, and \ becomes \\. Someone replied with a method to remove 
the quotes from the variable, but that is not what I'm looking for ( The 
input contains quotes for a reason and merely removing them will make 
the result look funny...).
I need some procedure/function to remove the slashes from the string 
before mailing/echoing it again.
I'm begiining to think that there might be something wrong with the 
Perl/perl code that it does this in the first place???

Help, please





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to