fork download
  1. #!/usr/bin/perl
  2.  
  3. if (0 == "0 but true") {
  4. print "but true\n";
  5. }
  6.  
Success #stdin #stdout 0s 6056KB
stdin
Standard input is empty
stdout
but true