- or download this
]$ python x.py
python: can't open file 'x.py': [Errno 2] No such file or directory
...
]$ perl x.pl
Can't open perl script "x.pl": No such file or directory
- or download this
perldoc -q"Is it a Perl program or a Perl script?"
- or download this
@@ -3710,7 +3710,7 @@
if (PL_e_script)
...
CopFILE(PL_curcop), Strerror(errno));
}
return fdscript;
- or download this
perl -MLWP::Simple -e'print$_[rand(split(q|%%\n|,
get(q=http://cpan.org/misc/japh=)))]'