- or download this
print our $short_path_dir = Win32::GetShortPathName( "$dir" );
- or download this
my $short_path_dir = Win32::GetShortPathName($dir);
print $short_path_dir;
- or download this
$ perl -MO=Deparse,p -e 'print our $short_path_dir = Win32::GetShortPa
+thName( "$dir" );'
print our $short_path_dir = Win32::GetShortPathName("$dir");
-e syntax OK