http://www.perlmonks.org?node_id=985303


in reply to Re: Question on Strawberry's Portable .bat file
in thread Question on Strawberry's Portable .bat file

if( '$##$' eq '$#'. substr( $ENV{drive}, -1 ) .'#$') { $ENV{drivep} = substr($ENV{drive} ,0,-1); }
  • Comment on Re^2: Question on Strawberry's Portable .bat file

Replies are listed 'Best First'.
Re^3: Question on Strawberry's Portable .bat file
by KevinZwack (Chaplain) on Aug 03, 2012 at 19:10 UTC

    Thank you, that gave me the answer I needed.