Hello, I'm using perl-5.6.1 on rh7.3 on x86, par-0.80.
When protecting this script:
-------
#!/usr/bin/perl
foreach (keys %ENV) { print "$_ is $ENV{$_}\n"; }
-------
it just prints only 3 lines:
PAR_INITIALIZED is 2
PAR_TEMP is /tmp/par-SYSTEM/cache-4121e69fcf7eb0c2e636278f5002174fcc72f76b
PAR_PROGNAME is ./1.exe
- i.e. all original %ENV is lost.
--
Best regards,
-Vlad
