Re: rename() doesn't work

2003-03-05 Thread Jeff Westman
I've had problems using rename() with ActivePerl under Windoze as well ... --- "R. Joseph Newton" <[EMAIL PROTECTED]> wrote: > Jeff Westman wrote: > > > Yes, I tried all that. (thanks) > > > > This is very odd... turns out that when I tried to do a regular 'mv' > command > > under Unix, it

Re: rename() doesn't work

2003-03-05 Thread R. Joseph Newton
Jeff Westman wrote: > Yes, I tried all that. (thanks) > > This is very odd... turns out that when I tried to do a regular 'mv' command > under Unix, it too said "success" ($?=0) I found that the mount I have > my file system is non-standard Unix, so while the OS thought everything was >

Re: rename() doesn't work

2003-03-05 Thread Jeff Westman
Yes, I tried all that. (thanks) This is very odd... turns out that when I tried to do a regular 'mv' command under Unix, it too said "success" ($?=0) I found that the mount I have my file system is non-standard Unix, so while the OS thought everything was okay, it really wasn't. I'm usi

Re: rename() doesn't work

2003-03-05 Thread R. Joseph Newton
Jeff Westman wrote: > Why doesn't my rename() work? It is returning a '1', meaning success (I get > the "has been modified" message below. Yet when I list the files (ls), it > shows the original file name and my tmp file name. The rename doesn't seem > to work. > > Any ideas?! > > >

RE: rename() doesn't work

2003-03-05 Thread Dan Muey
> Why doesn't my rename() work? It is returning a '1', meaning > success (I get the "has been modified" message below. Yet > when I list the files (ls), it shows the original file name > and my tmp file name. The rename doesn't seem to work. > > Any ideas?! Any of this apply?? perldoc -f r