Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Example Of Using CAM::PDF Like HTML::TokeParser

by Limbic~Region (Chancellor)
on Oct 08, 2011 at 15:21 UTC ( [id://930360]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Step 1:  Dump the entire document
    while (my $tok = $p->get_token) {
        print Dumper($tok);
    }
    
  2. or download this
    use constant TYPE => 0;
    use constant TEXT => 1;
    ...
        $wanted{password} = trim($next->[TEXT]);
        last;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://930360]
Approved by Corion
Front-paged by davido
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found