Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: __FILE__ fails in app built with PAR::Packer

by Anonymous Monk
on Sep 10, 2011 at 22:38 UTC ( [id://925294]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package main; shift @INC;
    #line 1 "script/main.pl"
    ...
    
    PAR::_run_member($member, 1);
    
  2. or download this
    package main; shift @INC;
    #line 1 "script/__FILE__.925167.pl"
    ...
    
    1;
    
  3. or download this
    #line 1 "strict.pm"
    package strict;
    
  4. or download this
    #line 1 "C:/perl/5.10.1/lib/strict.pm"
    package strict;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (9)
As of 2024-04-23 13:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found