Hey everyone,
I am fairly new to perl, and this is a pretty basic question.
Lets say I have a sub called x. I know the data passed into sub will be 1 long string. How can I parse @_ (in sub x) into an array of strings.
If "This is a test" were passed to x, i would like to create
an array that would be equivilent to this: