in reply to
program hangs on user input
#!/usr/bin/perl -w print "Do you wish to continue (yesno)" ; chomp ($resp=<STDIN>); print "resp=$resp";
Comment on
Re: program hangs on user input
In Section
Seekers of Perl Wisdom