Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Using eval: $@ isn't returning the error I expect

by syphilis (Archbishop)
on Feb 20, 2020 at 00:08 UTC ( [id://11113208]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Using eval: $@ isn't returning the error I expect
in thread [SOLVED] Using eval: $@ isn't returning the error I expect

Just create a file named cPanelUserConfig.pm that contains a single line of:
1;
Place that file in one of the @INC directories.
You can get a list of those directories by running:
perl -le "print for @INC;"
Cheers,
Rob

Replies are listed 'Best First'.
Re^4: Using eval: $@ isn't returning the error I expect
by doctormelodious (Acolyte) on Feb 20, 2020 at 07:20 UTC
    Thanks!

Log In?
Username:
Password:

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

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

    No recent polls found