Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    print "$_=>$ENV{$_}\n" for grep /MY/, sort keys %ENV;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        chomp;
        print "got: <$_>\n";
    }
    
  3. or download this
    got: <MYA=>a>
    got: <MYB=>b>