my ($a, $b, $c, $d, $e) = "test"; How I can assign "test" to all the list items? e.g. $a to $e
-- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/
my ($a, $b, $c, $d, $e) = "test"; How I can assign "test" to all the list items? e.g. $a to $e
-- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/