Hi,

I try the PAR v0.80 and v0.82 with such script:

    #!/bin/env perl
    print "Location of the script: $0\n";

then adding the location of this script on the PATH and running it as
a script it produces such output:

    Location of the script: /home/piotr/par_test.pl

but when I recompile it using the command:

    pp -vvv  -C -B -o ~/test_par ~/par_test.pl

then the output from "test_par" is like this:

    Location of the script: test_par

which does not contain a full location of the script which was
executed. Is there a workaround for this?

Regards,
Murphy

-- 
  __   __
  ||   ||
 -++- -++- --------------------------------------------------------
  ||\ /||  e-mail: [EMAIL PROTECTED]           GG 107745
  ||   ||  Everything is possible - this is only a question of time
  \/564\/  --------------------------------------------------------

Reply via email to