#usr/bin/perl -w #=for comment #pseudocode: #start event loop # gather input, then act on input # actions are print statements #=cut $quit = 0; $answer = "blank"; while ($quit == 0) { print "Do you want to loop?\n"; $answer = <STDIN>; print $answer; }
In reply to Re: simple newb question
by filesurfer
in thread simple newb question
by filesurfer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |