[ create a new paste ] login | about

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

Perl, pasted on May 12:
1
2
3
4
use strict;
use warnings;
print "hello world";
print $_ , "\n", for @ENV;


Output:
1
hello world


Create a new paste based on this one


Comments: