Make S_sv_pos_u2b_cached use both cache pairs.
[p5sagit/p5-mst-13.2.git] / symbian / cwd.pl
1 use strict;
2 use Cwd;
3 my $CWD = getcwd();
4 $CWD =~ s!^C:!!i;
5 $CWD =~ s!/!\\!g;
6 $CWD;