Quoting guy keren <[EMAIL PROTECTED]>:

> you can also use 'eval' - if the text contains valid perl code.

Even if it doesn't. You can get the text into a string $string1, then do
something like:

$string2 = "\$string3 = \"$string1\"";
eval($string2)

and the result will be in $string3. Escape any quotes inside the original text
($string1).

Herouth

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to