[ create a new paste ] login | about

Link: http://codepad.org/2XN52rIm    [ raw code | output | fork ]

Perl, pasted on Jun 29:
1
2
3
4
5
6
7
8
print "Hello, world\n";

=begin comment
This is all part of multiline comment.
You can use as many lines as you like
These comments will be ignored by the 
compiler until the next =cut is encountered.
=cut


Output:
1
Hello, world


Create a new paste based on this one


Comments: