Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings FATAL => qw(all);
    ...
    ...
    delete $ENV{_} foreach (@remove_env);
    print "$ENV{FOO}\n"; # FOO stil in environment!!!