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

Re: Strawberry perl - file association?

by mrstlee (Beadle)
on Oct 24, 2011 at 15:17 UTC ( [id://933425]=note: print w/replies, xml ) Need Help??


in reply to Strawberry perl - file association?

Maybe the require silently fails (Unlikely - but ...)? One thing you could try is wrapping the 'require statement' in an eval and then checking $@ afterwards e.g.:
eval { require 'common.pl' }; die "Not good:$@\n" if defined $@;
When log_exit is called is it called as main::log_exit? Can't imagine why but is it possible that the indirect invocation causes log_exit to be called in a package other than main?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 19:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found