Help for this page

Select Code to Download


  1. or download this
    while ($readline = <BOOTLOG>)
    
  2. or download this
    #!/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
    }