Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: perl2exe error

by sundialsvc4 (Abbot)
on Nov 03, 2010 at 12:36 UTC ( [id://869223]=note: print w/replies, xml ) Need Help??


in reply to perl2exe error

I do not expect Perl to understand something like PERL2EXE_STORAGE/tmp.   Most likely this is intended to be a reference to a Shell environment-variable, but Perl will probably be looking for a directory, in the current-directory, that is named:   PERL2EXE_STORAGE.   (Undoubtedly, not what you want...)

The path-names in @INC should be absolute path-names.   Something that you can guarantee will work anywhere, no matter where you are.

A very handy command to remember is:   perl -V   (Note the capital “V”).   This will give you a complete dump of the search-path, among other things.

You can also use a handy one-liner, like:   perl -e 'use utf8;'.

“Wow!   I can do this in my sleep!”

Replies are listed 'Best First'.
Re^2: perl2exe error
by Anonymous Monk on Nov 03, 2010 at 13:30 UTC

    I think PERL2EXE_STORAGE is perfectly normal. It's what perl2exe uses to access its packaged libs.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found