Help for this page

Select Code to Download


  1. or download this
    
    <Perl>
    ...
    $My::ENV->{two} = 2;
    </Perl>
    
  2. or download this
    
    print "$My::ENV->{one}\n";
    print "$My::ENV->{two}\n";