Help for this page

Select Code to Download


  1. or download this
    use File::Spec::Win32;
    my $wdir = 'C/strawberry';
    $wdir =~ /(.*)/;
    print File::Spec::Win32->catfile('C:/cache', $1), "\n";