in reply to Multiple variables & values in one line
I am trying this because I couldn't figure out how to use the require() command. If you think that would work better an example of that would be good.@test eq ('billy', 'colorado', '21'); my ($name, $state, $age) = (@test); print "$name\n$state\n$age\n";
|
|---|