Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: The Swiss Army Chainsaw... Watch out for your legs there, buddy!

by sfink (Deacon)
on Jul 28, 2006 at 06:52 UTC ( [id://564291]=note: print w/replies, xml ) Need Help??


in reply to The Swiss Army Chainsaw... Watch out for your legs there, buddy!

Solution (untested):

Step 1:

package Friendly::Hint; use base 'Exporter'; use Carp qw(croak); our @EXPORT = qw(null); sub null { croak("ERROR: Java programmer detected."); } 1;
Step 2:
echo "PERL5OPT=-MFriendly::Hint" > /etc/profile.d/perl.sh

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-28 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found