Help for this page

Select Code to Download


  1. or download this
    my $date = localtime;
    my @fields = split /\s+/, $date;
    ...
    if ( /^ERROR/ && /$month $day/ ) {
        print "match\n"
    }