Copy file recursively

2009-03-05 Thread Rock Lifestyle
--- On Thu, 5/3/09, Rock Lifestyle wrote: From: Rock Lifestyle Subject: Copy file recursively To: beginners@perl.org Date: Thursday, 5 March, 2009, 9:48 AM Hi ,   My directory structure is like   ls -R temp temp: 2.1  2.2  cleanup  setup   temp/2.1: 2.1.1    cleanup  setup

Copy file recursively

2009-03-05 Thread Rock Lifestyle
Hi ,   My directory structure is like   ls -R temp temp: 2.1  2.2  cleanup  setup   temp/2.1: 2.1.1    cleanup  setup   temp/2.1/2.1.1:   setup cleanup 2.1.1.01  2.1.1.02  2.1.1.03  2.1.1.04  2.1.1.05  2.1.1.06  2.1.1.07  2.1.1.08   temp/2.1/2.1.1/2.1.1.01: cleanup  setup    test   t

Help regarding file find

2009-02-22 Thread Rock Lifestyle
--- On Sat, 21/2/09, Rock Lifestyle wrote: From: Rock Lifestyle Subject: Help regarding file find To: beginners@perl.org Date: Saturday, 21 February, 2009, 6:30 PM Hi All,   I am new to any programming language .I am trying to copy one file structure.    I have a folder structures

Help regarding file find

2009-02-21 Thread Rock Lifestyle
Hi All,   I am new to any programming language .I am trying to copy one file structure.    I have a folder structures which contains setup files, cleanup files and test file   like /testplan /testplan/setup /testplan/cleanup /testplan/2.1/setup /testplan/2.1/cleanup /testplan/2.1/2.1.1/