fork download
  1. #!/usr/bin/perl
  2. # your code goes here
  3.  
  4. print "Hello!";
  5. ...;
  6. print "Bye!";
Runtime error #stdin #stdout #stderr 0s 18256KB
stdin
Standard input is empty
stdout
Hello!
stderr
Unimplemented at prog.pl line 5.