Help for this page

Select Code to Download


  1. or download this
    package A;
    BEGIN { $ENV{MyExtraConfig} = { foo=>{Bar => "Blaz"}} }
    ...
    use A;
    use Data::Dumper;
    print Dumper \%ENV;