On Tue, 2007-03-13 at 02:29 -0400, Mathew wrote: > I recently forgot about the unlink function and had been trying to > remove files using the less efficient system call to run "rm -f > /path/to/files". I found, however, that this didn't work at all. > > I've since replaced it with unlink and get the results one can expect to > get so it isn't a matter of trying to find a way to get the former to > work. I'm just wondering what might have caused it to not work.
Spaces in the filename. My most common problem. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/