All pastes #642153 Raw Edit

Anonymous

public text v1 · immutable
#642153 ·published 2007-08-01 19:35 UTC
rendered paste body
$ cat temp.pl
#!/usr/bin/perl -s
print $e . "\n";
$ ./temp.pl -e=test
test
$ ./temp.pl -e
1
$ perl temp.pl -e=test
1
$ perl temp.pl -e
1