Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: STDIN method?

by tadman (Prior)
on Oct 18, 2002 at 07:20 UTC ( [id://206234]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub f
    {
    my$x;my%x=map{++$x,$_}@_;print"Choose 1 of the $x options:\n",(map{"$_
    +=$x{$_}\n"}1..@_),"\nChoose one:\n";chomp($_=<>);$x{$_}
    }
    
    print "Response=".p(qw[ Turkey Steak Apple ]),$/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-25 10:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found