Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

(Maclir)Re: (dws)Re: Perverse Unreadable Code

by Maclir (Curate)
on Apr 26, 2001 at 10:51 UTC ( [id://75725]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      if ( $debug ) {
          print "About to fetch $url\n";
      }
    
  2. or download this
      if ( $account_balance < '100.00' ) {
          print "Don't pay the loser any interest.\n";
      }
    
  3. or download this
      &calculte_interest($account_number) unless ($account_balance < '100.
    +00' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-04-23 07:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found