Help for this page
/path1/perl (5.008005): Export OK /path2/perl (5.008005): Export not OK
$ENV{foo} = "abc"; my $out = `echo \$foo`; ... print "$^X ($]): Export ", $out ne "abc\n" ? "not " : "", "OK\n";