codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/AiKmmSXp
[
raw code
|
output
|
fork
]
Perl
,
pasted on May 5:
1
2
3
4
use
strict
;
use
warnings
;
print
"Hello, world"
;
Output:
1
Hello, world
Create a new paste based on this one
Comments: