Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: new directory with sorted files

by mikeraz (Friar)
on Apr 05, 2012 at 21:17 UTC ( [id://963746]=note: print w/replies, xml ) Need Help??


in reply to new directory with sorted files

Assuming:

/home/perllearner007/WEIGHT_HEIGHT /home/perllearner007/WEIGHT Then fill in the blanks: __intro code __; chdir ____; foreach $filename ( glob "*wei*" ) { link _____; __maybe print out or log a status message __; }
Reading Perl's Documentation of Functions by Category and checking what is available for files and directories will surely give you other ideas.


Be Appropriate && Follow Your Curiosity

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-25 15:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found