Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: i cannot install PDF::API2

by thezip (Vicar)
on Jan 29, 2014 at 19:26 UTC ( [id://1072565]=note: print w/replies, xml ) Need Help??


in reply to i cannot install PDF::API2

I notice that you said you had the line:

use PDF::apI2

Perl is case sensitive, so you must instead use:

use PDF::API2;

I'm not saying this is your only problem, but it would also be a show-stopper.

If you want to verify that you have installed PDF::API2, you could go to a terminal window and type:

perldoc PDF::API2

You would then be able to view the documentation for that module.


*My* tenacity goes to eleven...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 12:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found