in reply to Strange "There is not enough space on the disk" error (Win32)
Just for grins, what if you use a windows port of the bash shell instead?
Also, I'm curious why would you use a system call to run "dir", rather than using the perl-internal "opendir...; readdir..."?
Or, if you're really committed to the idea of using a system call to run "dir", have you tried doing the redirection within the system call? (Would that work from the ms shell command line?)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Strange "There is not enough space on the disk" error (Win32)
by bgreenlee (Friar) on Mar 29, 2005 at 04:46 UTC |