in reply to Re: @INC array and two perl versions
in thread @INC array and two perl versions

Awesome! Works now!
However, PERL5LIB was not set in my environment.But when I run 8.pl(which has #!/opt/zmanda.... /perl shebang) PERL5LIB starts having those two paths. How did that happen? The 5.8.8 perl was compiled that way? Update Opps I forgot to mention what fixed it. Just before calling 10.pl, I unset PERL5LIB env variable.