Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: $bad_names eq $bad_design

by dpuu (Chaplain)
on Dec 20, 2002 at 20:33 UTC ( [id://221506]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      # if we have an expense account and the amount is too large
      if (4223 == $acct and $amount >= 100) {
    
  2. or download this
       if ( excessive_expense_account($acct,$amount) ) {
    
  3. or download this
      if ( $acct->is_expense_account
          && $amount > EXPENSE_LIMIT) {
    

Log In?
Username:
Password:

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

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

    No recent polls found