in reply to Re: Re: ending this loop
in thread ending this loop
it would keep waiting for input until it got 'dick'while(<>){ if(/dick/){ print "you said dick!\n"; last; } else { print "you didn't say dick, hah, what a dick!\n"; } }
- Ant
- Some of my best work - Fish Dinner
|
|---|