use Env '@PATH'; my @short = map {Win32::GetShortPathName($_) } @PATH; print 'set path=', pop @short, "\n"; print "$_\n" for map { "set path=$_;%path%" } reverse @short; __END__ ... set path=C:\PROGRA~1\GNU\GnuPG;%path% set path=C:\PROGRA~1\gnuwin32\bin;%path% ...
In reply to Re^4: Perl 5.10.1 RC1 released for testing
by Anonymous Monk
in thread Perl 5.10.1 RC1 released for testing
by FunkyMonk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |