in reply to Re: How can I place each "word" of a string in a varible if I don't know the length of the string?
in thread How can I place each "word" of a string in a varible if I don't know the length of the string?

A suggestion. If you think there is a good chance that you may be wrong, try testing before posting.

Incidentally your suggestion of qw($string) is wrong.

  • Comment on Re (tilly) 1: How can I place each "word" of a string in a varible if I don't know the length of the string?