Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Regular Expression to Parse Data from a PDF

by kcott (Archbishop)
on Feb 28, 2020 at 06:28 UTC ( [id://11113532]=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
    $VAR1 = [
              [
    ...
                '444'
              ]
            ];
    
  3. or download this
    $ perl -e 'my @x = qw{a b c d e f}; print join ",", @x[0,3,4]'
    a,d,e
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2024-04-25 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found