Help for this page

Select Code to Download


  1. or download this
    my $first = qw( one two three four );        # "four"
    
  2. or download this
    my $first = @{[qw( one two three four )]};   # 4