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?
@words = qw($string); puts the value '$string' into $words[0]
|
|---|