[ create a new paste ] login | about

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

Perl, pasted on Jun 22:
1
2
my $hi = "Hello, world!";
print $hi."\n";


Output:
1
Hello, world!


Create a new paste based on this one


Comments: