- 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 >
- or download this
while (<INFILE>){
chomp;
...
}
}
}
- or download this
while (<INFILE>){
chomp;
...
}
}
}
- or download this
print OUTFILE $headerHash ...
- or download this
16:17 >perl -wE "my $h = { a => 1, e => 2 }; print STDOUT $h;"
HASH(0x3ac320)
16:30 >