Help for this page

Select Code to Download


  1. or download this
    my $value = ('a', 'b', 'c', 'd')[1];
    say $value;
    
  2. or download this
    my $keep = ( split /\s+/, $string )[2];