in reply to Directory replication

not perl, but assuming your on un*x (edit:and replication is not remote):

cp -au olddir/ newdir/
should do the trick (with GNU cp that is, don't no nothing else... ;-)

regards,
tomte


Hlade's Law:

If you have a difficult task, give it to a lazy person --
they will find an easier way to do it.