fork download
  1. #/usr/bin/perl/
  2.  
  3. $input = "Hello World!";
  4. print $input;
  5.  
Success #stdin #stdout 0s 4596KB
stdin
Standard input is empty
stdout
Hello World!