This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Module::Load::Conditional 0.18 (was Re: Module::Load::Conditional 0.18 wannabe)
[perl5.git] / symbian / cwd.pl
CommitLineData
27da23d5
JH
1use strict;
2use Cwd;
3my $CWD = getcwd();
53d44271 4$CWD =~ s!^[a-z]:!!i;
27da23d5
JH
5$CWD =~ s!/!\\!g;
6$CWD;