Help for this page

Select Code to Download


  1. or download this
    use Path::Class;
    foreach $s ('x/y','x\y') {
      $dir=Path::Class:Dir->new($s)->as_foreign('Unix');
      print "$dir\n";
    }
    
  2. or download this
      x/y
      x/y
    
  3. or download this
      x/y
      x\y