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

Re: Problems using PDF::API2

by JaWi (Hermit)
on Jan 23, 2003 at 09:43 UTC ( #229268=note: print w/replies, xml ) Need Help??


in reply to Problems using PDF::API2

A quick glance at the code of PDF::API2::PDF::Dict reveiled the following snippet:
my $temp_dir = -d '/tmp' ? '/tmp' : $ENV{TMP} || $ENV{TEMP}; $tempbase = sprintf("%s/%d-%d-0000", $temp_dir, $$, time());
Since you're trying to use it under a Windows machine, you should either set the environment setting TMP or TEMP to avoid the warning.

Hope it helps,

-- JaWi

"A chicken is an egg's way of producing more eggs."

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2023-12-02 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (13 votes). Check out past polls.

    Notices?