[ create a new paste ] login | about

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

Perl, pasted on Oct 6:
1
2
3
4
5
$i = 42;

my $s = "" . $i;

print $s;


Output:
1
42


Create a new paste based on this one


Comments: