Craig A. Berry wrote:
[snip]
> warn "Fixing \@INC for perl core.\n";
> unshift @INC, qw(../../lib ../../../lib ../../../../lib);
> $ENV{PATH} .= ';../..;../../..;../../../..' if $^O eq 'MSWin32';
This comment has nothing to do with the patch, but, IIRC, on
windows/dos, you can use "..." as an alias for "../..", and you can use
"...." as an alias for "../../..", etc. So that last line there could
be:
$ENV{PATH} .= ';...;....;.....' if $^O eq 'MSWin32';
[Using "..." etc works in "cd" in the shell, I dunno about PATH though]
--
print reverse( ",rekcah", " lreP", " rehtona", " tsuJ" )."\n";