Help for this page

Select Code to Download


  1. or download this
    use FindBin;
    use Win32;
    ...
    print "FindBin: $FindBin::Bin\n";
    print "Win32:   $longpath\n";
    print "Cwd:     ", cwd(), "\n";
    
  2. or download this
    c:/dev/temp/monks $ perl wdir.pl
    FindBin: C:/dev/temp/monks
    Win32:   c:\dev\temp\monks\
    Cwd:     c:/dev/temp/monks