Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Problems using PDF::API2

by JaWi (Hermit)
on Jan 23, 2003 at 09:43 UTC ( [id://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 sharing their wisdom with the Monastery: (7)
As of 2024-03-28 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found