[ create a new paste ] login | about

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

Perl, pasted on May 22:
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

print "Hello, World\n";

__END__

=head1 Hello, World Example
This example demonstrate very basic syntax of Perl.
print "Hello, Universe\n"


Output:
1
Hello, World


Create a new paste based on this one


Comments: