codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/No2BxUmE
[
raw code
|
output
|
fork
]
skeletonkey
-
Perl
,
pasted on Oct 27:
1
2
use
constant
t
=>
(
1
,
'two'
,
3
.
5
);
print
"$_\n"
for
t
;
Output:
1
2
3
1 two 3.5
Create a new paste based on this one
Comments: