App-spaceless

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Convert another PATH style environment variable

     cygwin% spaceless PERL5LIB
     PERL5LIB=/PERL~1/lib:/PERL~2/lib
     export PERL5LIB

    Update the PATH in the current shell (works with both sh and csh):

     cygwin% eval `spaceless PATH`

    Same thing from cmd.exe or command.com prompt:

     C:\> spaceless PATH -f path.bat
     C:\> path.bat

DESCRIPTION

    Although legal in most modern operating system directory names, spaces
    are only frequently encountered in Windows. This can be troublesome for
    some tools that do not take such antics into account. Fortunately,
    Windows provides alternate file and directory names for any name that

bin/spaceless  view on Meta::CPAN

Convert another PATH style environment variable

 cygwin% spaceless PERL5LIB
 PERL5LIB=/PERL~1/lib:/PERL~2/lib
 export PERL5LIB

Update the PATH in the current shell (works with both sh and csh):

 cygwin% eval `spaceless PATH`

Same thing from C<cmd.exe> or C<command.com> prompt:

 C:\> spaceless PATH -f path.bat
 C:\> path.bat

=head1 DESCRIPTION

Although legal in most modern operating system directory names, spaces are only
frequently encountered in Windows.  This can be troublesome for some tools that
do not take such antics into account.  Fortunately, Windows provides alternate 
file and directory names for any name that is not compatible with MS DOS.  Since



( run in 1.471 second using v1.01-cache-2.11-cpan-6aa56a78535 )