Help for this page

Select Code to Download


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