Help for this page

Select Code to Download


  1. or download this
    my @stuff = @ENV{ @vars };
    
  2. or download this
    my @stuff = map { $ENV{$_} } @vars;