Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: interactive mode

by hotshot (Prior)
on Jan 07, 2003 at 14:17 UTC ( [id://224977]=note: print w/replies, xml ) Need Help??


in reply to interactive mode

I think you ment:
print "Enter the name: "; while ($line = <STDIN>) { # do whatever you want, $line holds the user's input }
all user's input until he presses the enter key is stored in $line. Please make your question a little clearer so we can help more

Hotshot

Replies are listed 'Best First'.
Re: Re: interactive mode
by venki (Acolyte) on Jan 07, 2003 at 16:20 UTC
    Thank You
    This is what i want. Sorry for not giving you clear cut idea about my issue.

Log In?
Username:
Password:

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

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

    No recent polls found