Help for this page

Select Code to Download


  1. or download this
    16:16 >perl -c 1583_SoPW.pl
    Global symbol "$headerHash" requires explicit package name (did you fo
    +rget to declare "my $headerHash"?) at 1583_SoPW.pl line 59.
    ...
            1583_SoPW.pl had compilation errors.
    
    16:16 >
    
  2. or download this
    while (<INFILE>){
        chomp;
    ...
            }
        }
    }
    
  3. or download this
    while (<INFILE>){
        chomp;
    ...
            }
        }
    }
    
  4. or download this
    print OUTFILE $headerHash ...
    
  5. or download this
    16:17 >perl -wE "my $h = { a => 1, e => 2 }; print STDOUT $h;"
    HASH(0x3ac320)
    16:30 >