in reply to Problem using -I argument with Perl

This provides an additional library path in @INC:
perl -Ifoo script.pl
This provides arguments to the perl program in @ARGV:
perl script.pl -Ifoo