This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct three sub call comments in perly.y
[perl5.git] / symbian / cwd.pl
index d3272d2..3ee402b 100644 (file)
@@ -1,6 +1,6 @@
 use strict;
 use Cwd;
 my $CWD = getcwd();
-$CWD =~ s!^C:!!i;
+$CWD =~ s!^[a-z]:!!i;
 $CWD =~ s!/!\\!g;
 $CWD;