Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    foreach (keys %hash) {
       print "$_ => $hash{$_}\n";
    }
    
  2. or download this
    TEMP => C:\windows\TEMP
    SERVER_TEST => test
    ...
    SERVER_TEST => test
    HTTP_HEADER => header
    REQUEST_JOB => job