Help for this page
my $last = ( LIST )[-1];
my $last = ( 'a', 'b', 'c' )[-1]; my $last = ( 'a' .. 'c' )[-1]; my $last = ( split(/,/, "a,b,c") )[-1];