Everyone,
Apologies if this has been discussed already on the mail list. I was unable
to find anything appropriate in the archive. I appear to be having issues
running a pp compiled perl script from my $PATH on a RHEL3U1 machine using
perl 5.8.0 plus PAR 0.80_99. As an example:
# cat /var/tmp/helloworld.pl
#!/usr/bin/perl
print "hello world\n";
# pp -o /usr/bin/helloworld /var/tmp/helloworld.pl
# export PATH=/usr/bin
# /usr/bin/helloworld
hello world
# which helloworld
/usr/bin/helloworld
# helloworld
Usage: helloworld [ -Alib.par ] [ -Idir ] [ -Mmodule ] [ src.par ] [
program.pl ]
helloworld [ -B|-b ] [-Ooutfile] src.par
This same example works fine on Solaris 8 using the same version of PAR,
albeit with perl 5.6.
Ill continue to debug the problem but can anyone offer an explanation or
similar experiences?
Thank you in advance
kieran