Help for this page

Select Code to Download


  1. or download this
    use strict;
    use HTML::Parser ();
    ...
        my $text = shift;
        print $text if $grab_text and $text=~/Activity Summary for last 24
    + hours:/;
    }