online perl courses

2010-05-23 Thread ben perl
Can anyone please recommend intermediate to advance perl online courses/tutorials with focus on Object oriented techniques, if they know. I am willing to pay also if it costs something. Thanks, -Ben

How to move a directory to another location on the same filesystem/volume?

2010-05-23 Thread Chap Harrison
Hi, I can't believe I'm having such a hard time with this. I just want a platform-independent way of copying a directory 'A' and its contents into another directory 'B' (as a subdirectory of B, named A). Not crossing filesystems or devices. Various online sources have said you copy directori

Re: How to move a directory to another location on the same filesystem/volume?

2010-05-23 Thread Owen
On Sun, 23 May 2010 20:09:52 -0500 Chap Harrison wrote: > Hi, > > I can't believe I'm having such a hard time with this. I just want a > platform-independent way of copying a directory 'A' and its contents > into another directory 'B' (as a subdirectory of B, named A). Not > crossing filesyste

Re: How to move a directory to another location on the same filesystem/volume?

2010-05-23 Thread Shlomi Fish
Hi Chap, On Monday 24 May 2010 04:09:52 Chap Harrison wrote: > Hi, > > I can't believe I'm having such a hard time with this. I just want a > platform-independent way of copying a directory 'A' and its contents into > another directory 'B' (as a subdirectory of B, named A). Not crossing > files

Re: How to move a directory to another location on the same filesystem/volume?

2010-05-23 Thread Chap Harrison
Whoof! Thanks, Shlomi - I guess Copy-Recursive has what I need. I had no idea it would be such a can of worms. Chap On May 23, 2010, at 10:57 PM, Shlomi Fish wrote: > Hi Chap, > > On Monday 24 May 2010 04:09:52 Chap Harrison wrote: >> Hi, >> >> I can't believe I'm having such a hard time wi