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?

You might of wanted to test that statement out:
@words = qw($string); puts the value '$string' into $words[0]
  • Comment on Re: Re: How can I place each "word" of a string in a varible if I don't know the length of the string?
  • Download Code