Help for this page

Select Code to Download


  1. or download this
    if( $textline =~ m/invoked by \w+ at (.+)$/ ) {
        $datetext = $1;
    }
    
  2. or download this
    my $datetime = str2time( $datetext ) or die "Unrecognized date format.
    +\n";