Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

jvector's scratchpad

by jvector (Friar)
on Aug 30, 2008 at 18:41 UTC ( [id://707940]=scratchpad: print w/replies, xml ) Need Help??

#!/bin/perl use strict; use warnings; use CAM::PDF; my $doc = CAM::PDF->new('PPC_Info_Leaflet.pdf'); my $txt; for (1..4) { $txt .= $doc->getPageText($_); $txt .= "\n"; } print $txt;
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-25 19:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found