fork download
  1. #!/usr/bin/perl
  2. #Single Line comment
  3.  
  4. =begin comment
  5. This is a Multiline Comment
  6. which spawns many lines."
  7. =end comment
  8. =cut
  9. print "You should comment your code."
  10.  
Success #stdin #stdout 0s 3608KB
stdin
Standard input is empty
stdout
You should comment your code.