something like this:
if I had a string:
one two three four
or
one;two;three;four
Can I put "one" into the first element, "two" into the second, etc... knowing what splits up the string. For instance, in the first one a space " " separates it and in the second a semicolon ";" separates the elements.
Thanks -Jake
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>