Help for this page

Select Code to Download


  1. or download this
    my (undef, undef, $third) = split ",", $foo;
    
  2. or download this
    my $third = (split ",", $foo)[2];