Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: copy script

by prasadbabu (Prior)
on Mar 25, 2010 at 10:58 UTC ( [id://830821]=note: print w/replies, xml ) Need Help??


in reply to copy script

Hi raghu_shekar,

Read all the files in an array. Using perlre match the partial filename with the original file name, as per your requirement. Then using copy function, you can copy to the target location.
For example:

if ($original_filename =~ /$partial_name/){ // add some more conditions to filter further based on your requiremen +t }

Prasad

Replies are listed 'Best First'.
Re^2: copy script
by raghu_shekar (Novice) on Mar 25, 2010 at 11:02 UTC
    Hi, I have around 10 different directories which im storing in an array and looping through them and trying to find the file. I am sure that there is only one file with the name.. eg <*activ*>. Any easier way how i can fine this one file on the fly without having to store all the files in an array and looping through them..?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://830821]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-24 18:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found