Help for this page
Select Code to Download
Select
or
download this
my @stuff = @ENV{ @vars };
Select
or
download this
my @stuff = map { $ENV{$_} } @vars;