codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/0HFDkAGU
[
raw code
|
output
|
fork
]
Perl
,
pasted on Oct 6:
1
2
3
4
5
$i
=
42
;
$s
=
"$i"
;
print
$s
;
Output:
1
42
Create a new paste based on this one
Comments: