Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: i cannot install PDF::API2

by keszler (Priest)
on Jan 29, 2014 at 19:05 UTC ( [id://1072562]=note: print w/replies, xml ) Need Help??


in reply to i cannot install PDF::API2

It would help if you posted the content of your perl.pl program.

If perl.pl line 1 is generating the error, I'd guess that line 1 is something like $something = PDF::API2->new(...);. The Perl compiler is telling you that there is no use PDF::API2; prior to calling a PDF::API2 method.

See use for more info.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found