Help for this page

Select Code to Download


  1. or download this
        my @patterns = ("SDC: HUT time changed: 0",
                        "BATT: Cap=0\\(watt-min\\) HUT=0\\(min\\) 0\\(hrs\
    +\) state=GOOD->BAD",
    ...
                }
            }
        }
    
  2. or download this
        foreach my $line (@$srcRef)
        {
    ...
                push(@events, $line);
            }
        }