Help for this page

Select Code to Download


  1. or download this
    use Regexp::Wordy qw(:all);
    if ('1998/10/08 [11:10]' =~ regexp(
        at_bol,
    ...
    {
        print "Found a match at time $1\n";
    }