http://qs321.pair.com?node_id=322914

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I need to fetch all data with this syntax such as:
Jan 21 00:41
To fetch this in a regular expression I tried: $datehit =~ /(\w+\s\d{2}\s\d{2}\:\d{2}
Is this correct?