Help for this page
while ($readline = <BOOTLOG>)
#!/usr/bin/perl -w use strict; ... print "$readline" unless ($aok{$key}); # Check against %aok if its i +gnorable; if not, print. #print "$key = $val\n" unless ($aok{$key}); # if don't care about th +e "[mem addr]" part }