fork download
  1. #!/usr/bin/perl
  2. # your code goes here
  3.  
  4. if (1 == 3)
  5. print "1==3\n";
Runtime error #stdin #stdout #stderr 0s 3564KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
syntax error at prog.pl line 5, near ")
	print"
Execution of prog.pl aborted due to compilation errors.