fork download
  1. $_ = "123 \n";
  2. print "'$_'";
Success #stdin #stdout 0s 4552KB
stdin
Standard input is empty
stdout
'123             '