fork download
  1. #/usr/local/bin/perl
  2.  
  3. while ($input ne 'cookie') {
  4. print "Give me a cookie: ";
  5. chomp $input = <STDIN>;
  6. }
  7. if ($input = 'cookie') {
  8. print "Yum! \n"
  9.  
  10.  
Runtime error #stdin #stdout 0s 4596KB
stdin
cookie
stdout
Standard output is empty