http://qs321.pair.com?node_id=807907


in reply to Re^2: CleanPath (updated)
in thread CleanPath

If you copy the code be sure not to miss the last "h" its on a newline +h ...:  my $path= join ";", map { ExpandEnv($_) || () } @UserPath, @SysPat i think the last should read @SysPath? Thanks MH