[ create a new paste ] login | about

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

appunti2 - Perl, pasted on Apr 29:
1
2
3
4
#!/usr/bin/perl

print "PATH: $ENV{PATH}\n";
print "TERM: $ENV{TERM}\n";


Output:
1
2
PATH: 
TERM: 


Create a new paste based on this one


Comments: