Hi,
I have perl scripts that are coming from hp unix and being moved to aix unix. On each perl script I have
#!/usr/bin/perl -P. When I run this I get an error cc_r is not found in cppstdin file. However when I take out the -P that error message disappears and is replaced by
Can't locate logit.pl in @INC (@INC contains: /usr/opt/perl5/lib/5.8.8/aix-thread-multi /usr/opt/perl5/lib/5.8.8 /usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi /usr/opt/perl5/lib/site_perl/5.8.8 /usr/opt/perl5/lib/site_perl . /sysadmin/collector/src/module/lib/site_perl/5.8.0/aix-thread-multi/) at /broker/user/bin/testing.pl line 17.
I am a little confused. What do I need to do to not get these error messages.
I have perl scripts that are coming from hp unix and being moved to aix unix. On each perl script I have
#!/usr/bin/perl -P. When I run this I get an error cc_r is not found in cppstdin file. However when I take out the -P that error message disappears and is replaced by
Can't locate logit.pl in @INC (@INC contains: /usr/opt/perl5/lib/5.8.8/aix-thread-multi /usr/opt/perl5/lib/5.8.8 /usr/opt/perl5/lib/site_perl/5.8.8/aix-thread-multi /usr/opt/perl5/lib/site_perl/5.8.8 /usr/opt/perl5/lib/site_perl . /sysadmin/collector/src/module/lib/site_perl/5.8.0/aix-thread-multi/) at /broker/user/bin/testing.pl line 17.
I am a little confused. What do I need to do to not get these error messages.