Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: -w in production environment

by epoptai (Curate)
on Jul 05, 2001 at 23:56 UTC ( [id://94239]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($USER{coffee} && $USER{coffee} > 5){
       $msg = 'You drink too much coffee'
       }
    
  2. or download this
    if ($USER{coffee} && $USER{coffee} =~ /\d+/){
       $msg = 'You drink too much coffee' if $USER{coffee} > 5;
       }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found