say I have a string scalar $s
I would like to convert it @s in such a way that qw
would do it...
i.e.
if $s = "rabbit hole\t goes\tall the way\n"
then
@s = ("rabbit","hole","goes","all","the","way\n")

notice that I preserved the "\n" at the end, but I
would settle for a solution that doesn't preserve
it...thanx


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to