in reply to Problem with -I option in Perl 5.8.1

try
perl -IC:\project\app1 -IC:\project\app2 test.pl

Replies are listed 'Best First'.
Re^2: Problem with -I option in Perl 5.8.1
by aak (Initiate) on Jun 04, 2004 at 15:56 UTC
    Thanks for your help. This works. But is there a way to make the semicolon seperated list work as using multiple -I options will require considerable amount of changes in our code base.
      sorry, i don't know. i've always used multiple -I switches.
      i didn't know that it used to work with ; as a seperator before. also, i'm on linux, so i can't test what's happening on windows.
      trying this out on linux lets the shell think the statement finishes after the ;