[ create a new paste ] login | about

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

Perl, pasted on Nov 28:
1
2
3
4
5
my $x = 5;

eval {$a = $x/0};

print "Hello world";


Output:
1
Hello world


Create a new paste based on this one


Comments: