![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Perl] Silent Input | eightysix | Shell Programming and Scripting | 2 | 11-20-2007 05:39 PM |
| Perl code to differentiate numeric and non-numeric input | Raynon | Shell Programming and Scripting | 11 | 08-04-2007 07:32 AM |
| How to prompt for input & accept input in ONE line | newbie168 | Shell Programming and Scripting | 2 | 09-27-2005 02:02 AM |
| perl question - removing line from input file | reggiej | Shell Programming and Scripting | 3 | 06-07-2005 10:45 AM |
| Perl: Variable input via HTML | douknownam | Shell Programming and Scripting | 5 | 02-13-2005 07:39 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
getting input from perl
Hi,
i have just tried something in perl #!/path/to/perl print "login: "; $login = <STDIN>; print "\npassword: "; $password = <STDIN>; print "Username=$login\n"; print "Password=$password\n"; And it doesnt work, anyone know how i can get more than one line? Cheers, Elfyn |
| Forum Sponsor | ||
|
|