One more question...I don't know what your file setup is and it may do 
exactly what you want it to, but here's something to think about:

If you have these files:

miami-one
miami.one
miami.two

Your program copies over the contents of miami-one to one.  Then it 
deletes both miami-one and miami.one.  What if you wanted the contents of 
miami.one to be in one?  Just something to be aware of.  

Jessica 



On Mon, 29 Apr 2002, Nick Selby wrote:

> At 11:23 AM 4/29/2002 -0500, you wrote:
> 
>  >One thing I noticed (but shouldn't be causing your problem) was that you
>  >did an unlink on miami-$Name but not on miami.$Name...wasn't sure if it
>  >was intentional to only unlink one, or if you wanted to unlink both.
> 
> Yowza. Worked like a charm. The problem was that it had deleted the miami- 
> but not the miami\. files and that was it.
> 
> 
> Many, many thanks for saving me hours of frustration.
> 
> Nick
> 
> _______________________________________________
> Perl-Unix-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> 

-- 




_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to