in reply to perl -Mblib and permission denied

Can't open perl script "ParseExcel/Spreadsheet-ParseExcel-0.49"

ParseExcel/Spreadsheet-ParseExcel-0.49 is not a perl script.

perldoc blib perlrun

perl -Mblib script [args...] perl -Mblib=dir script [args...]
So
perl -Mblib=ParseExcel/Spreadsheet-ParseExcel-0.49 errorlog.pl file.cs +v

Replies are listed 'Best First'.
Re^2: perl -Mblib and permission denied
by mcarthey (Novice) on Aug 04, 2009 at 15:30 UTC
    Wow, that was a head slapping moment for me. Sorry about that. I completely overlooked the '=' sign. I checked the docs, but didn't read carefully enough. Thanks for catching this for me. :\