Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Regular Expression to Parse Data from a PDF

by kcott (Archbishop)
on Feb 27, 2020 at 11:50 UTC ( [id://11113478]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
        print Dumper(\@lines);
    }
    
  2. or download this
    $ ./pm_11113472_pdf_parse.pl 746810
    $VAR1 = [
    ...
                '01/22/2020',
                '(301) 987-5586'
              ],
    
  3. or download this
    $ ./pm_11113472_pdf_parse.pl 746810
    $VAR1 = [
    ...
                '(219) 595-6542'
              ]
            ];
    
  4. or download this
    $ ./pm_11113472_pdf_parse.pl 746819
    $VAR1 = [
    ...
                '(800) 448-1991'
              ]
            ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (8)
As of 2024-04-18 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found