Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^8: fall through switch/case in perl

by tachyon (Chancellor)
on Sep 07, 2004 at 01:33 UTC ( [id://388904]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      last unless /^\d+$/ and $_ <= 10;
    
  2. or download this
    for(i=0;i<var;i++) printf( "%c", 97+i ); /* C or perl */
    
    print map chr,97..96+$var;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-25 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found