Subject: | inconsistencies between unix perl and win32 strawberry perl |
Date: | Fri, 11 Jul 2008 10:56:56 -0500 |
To: | bug-Perl-Dist-Strawberry [...] rt.cpan.org |
From: | Leonard Miller <leonard [...] umn.edu> |
I noticed the problem when trying out some one liners:
perl -pe 'tr/A-Z/a-z/' testfile
This should printout testfile in lowercase, however the case does not
change.
my win32 perl:
C:\>perl -v
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
----------------------------------------------------------------------------------
my linux perl:
[leonard@bastion-1 ~]$ perl -v
This is perl, v5.8.5 built for i386-linux-thread-multi
Copyright 1987-2004, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.