Thanks:

Figured it out:

Put in the to following lines.  If someone has a better solution or sees
a hole let me know.

$lookie_here =~ s/(?<=[^0-9]\"/ /g;  #Gets all in string if after not
number
$lookie_here =~ s/^\"/ /;    #Gets the first dbl quote if it is on
string

José

"We must be the change we wish to see in the world."
        Mahatma Gandhi


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

Reply via email to