prasanth.pronda has asked for the wisdom of the Perl Monks concerning the following question:

Hi All, I am trying to setup bugzilla on Apache & so following the steps illus +trated at: https://wiki.mozilla.org/Bugzilla:Win32Install After installing ActiveState Perl 5.10.1 & restarting my system, I nee +d to install the ActivePerl 10xx Win32 PPM packages. While trying to do that as outlined in : http://cpan.uwinnipeg.ca/PPMPackages/10xx/ I get the below error. -- C:\>ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/package.ppd No Perl script found in input -- Kindly help/advise. -Prasanth.

Replies are listed 'Best First'.
Re: No Perl script found in input
by marto (Cardinal) on Apr 26, 2010 at 12:34 UTC
Re: No Perl script found in input
by BrowserUk (Patriarch) on Apr 26, 2010 at 12:34 UTC
Re: No Perl script found in input
by Marshall (Canon) on Apr 29, 2010 at 20:01 UTC
    ActiveState 5.10 comes with a GUI version of ppm. Just type "ppm" at the command prompt with no parameters and the GUI will start. There is a pull down box for adding U of Winnipeg if you find the right top level tab for this. Although the main ActiveState repository has most of what is commonly needed. Using the GUI avoids these typing mistakes from the command line.

    Update:
    I looked some more at https://wiki.mozilla.org/Bugzilla:Win32Install
    Some instructions aren't right: "To upgrade your modules, simply run ppm upgrade".
    Wrong, that only lists the packages that are availble to be upgraded. From the command line: ppm upgrade --install will actually do it.

    I went for the gusto and upgraded all of my Perl5.10 packages which took about 50 minutes.

    To install new packages, use the GUI to save lots of grief.

Re: No Perl script found in input
by Anonymous Monk on Aug 04, 2010 at 06:08 UTC
    Hey Prasanth, agreement: I've actually encountered the same error on my win PC (win7 32bit) note: I assume this is something to do with multiple executables/batch files with same name or something of that sort. since after running a couple of commands anything i'd input would bring me the same "No Perl script found in input" error. solution: After reading this post i've tried something simple - write all commands with ppm.bat instead of ppm. Voila! It fixed all those No Perl script found in input messages Pavel
Re: No Perl script found in input
by Anonymous Monk on Apr 26, 2010 at 12:37 UTC

      "No Perl script found in input" might mean you didn't install activeperl correctly.

      Try the URL in question.

        That is why i said follow the tutorial, shows how to add repositories, which modules to install...

        Also

        No Perl script found in input (#1) (F) You called perl -x, but no line was found in the file beginnin +g with #! and containing the word "perl".
        Means something is wrong with ppm.bat