Help for this page

Select Code to Download


  1. or download this
    foreach my $line ( split /\n/, $q ) {
        print "$line\n" if $line =~ /^Last 24 hours/;
    }