in reply to Re^2: C:\Documents is not recognised as an internal or external command, program or batchfile.
in thread C:\Documents is not recognised as an internal or external command, program or batchfile.
Might also want to give CPANPLUS a try.use Win32; use Config(); use File::Spec; $^X = Win32::GetShortPathName($^X); do File::Spec->catfile( $Config::Config{bin}, 'cpan.bat' );
|
|---|