Help for this page
Select Code to Download
Select
or
download this
my (undef, undef, $third) = split ",", $foo;
Select
or
download this
my $third = (split ",", $foo)[2];