Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: regex: extract multiple number of date patterns from certain lines

by johngg (Canon)
on Mar 04, 2009 at 16:48 UTC ( [id://748233]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    close $logFH or die qq{close: << HEREDOC: $!\n};
    
    print Data::Dumper->Dumpxs( [ \ @results ], [ qw{ *results } ] );
    
  2. or download this
    @results = (
                 [
    ...
                   '2009-02-18'
                 ]
               );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://748233]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found