in reply to Re^3: Perl ranges
in thread Perl ranges

It failed after I updated the system...

I haven't the faintest clue what modules to download and make it work again

what modules do you think are missing?

here are those listed by

 instmodsh -l

CPAN CPANPLUS Expect File::Listing HTTP::Date Module::Load::Conditional Net::SSLeay Object::Accessor Params::Check Perl Sub::Uplevel Test::Exception

Replies are listed 'Best First'.
Re^5: Perl ranges
by Anneq (Vicar) on May 20, 2013 at 18:28 UTC

    Type this from the command line, with the name of your script instead of <yourscript>:

    $perl <yourscript>.pl

    perl should tell you what it can't find in @INC. Then you can install them one-by-one until perl is happy.

    Anne