Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Ksh style select menus in perl

by yumpy (Sexton)
on Aug 02, 2002 at 14:59 UTC ( [id://187113]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select (LIST) { block; }
    
    select $var (LIST) { block; }
    
    select my|local|our $var (LIST) { block; }
    
  2. or download this
    LIST2 = select {block;} LIST;
    
  3. or download this
    LIST2 = select /expr/, LIST;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-28 22:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found