fork download
  1. #!/usr/bin/perl
  2. $a= -9 % 5;
  3. print "Value of a is $a \n";
Success #stdin #stdout 0.01s 5256KB
stdin
Standard input is empty
stdout
Value of a is 1