Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

coverage influencing form

by davidrw (Prior)
on Dec 29, 2007 at 19:42 UTC ( [id://659535]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub foo {
      my $s = shift;
    ...
        ...
      }
    }
    
  2. or download this
    if( $s eq 'AAA' || $s eq 'BBB' || $s eq 'CCC' ){ ... }
    
  3. or download this
    if( $s eq 'AAA' ){
      ...
    ...
      ...
    }elsif( $s eq 'CCC' ){
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://659535]
Approved by Corion
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found