Advertisement
Excitium

Cookie Monster

Jul 8th, 2011
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.15 KB | None | 0 0
  1. # Cookie Monster
  2.  
  3. $cookie = "";
  4.  
  5. while ( $cookie ne 'cookie') {
  6.   print 'Give me a cookie: ';
  7.   chomp($cookie = <STDIN>);
  8. }
  9.  
  10. print "Mmmm. Cookie.\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement