[ create a new paste ] login | about

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

Perl, pasted on Mar 16:
1
2
$variable = "Hello World";
print ($variable);


Output:
1
Hello World


Create a new paste based on this one


Comments: