[ create a new paste ] login | about

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

Perl, pasted on Feb 18:
1
2
open my $fh, __FILE__;
print <$fh>;


Output:
1
2
open my $fh, __FILE__;
print <$fh>;


Create a new paste based on this one


Comments: