http://qs321.pair.com?node_id=1034386


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

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