[ create a new paste ] login | about

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

Perl, pasted on Mar 2:
1
2
3
4
5
$i = 123;

my $s = "" . $i;

print $s;


Output:
1
123


Create a new paste based on this one


Comments: