Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    perldoc -q"Is it a Perl program or a Perl script?"
    
  3. or download this
    @@ -3710,7 +3710,7 @@
            if (PL_e_script)
    ...
                        CopFILE(PL_curcop), Strerror(errno));
         }
         return fdscript;
    
  4. or download this
    perl -MLWP::Simple -e'print$_[rand(split(q|%%\n|,
    get(q=http://cpan.org/misc/japh=)))]'