Help for this page
Select Code to Download
Select
or
download this
(undef, @list) = split /\s+/, $str;
Select
or
download this
@list = (split /\s+/, $str)[1..$#a];