Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Cara83

    Can't get my filename pattern matching working....can anyone help?!

    Hi guys, I tried all your solutions thanks for the quick replies. I have the + in because I read in one of the perl books that leaving out the plus will result in the null character being matched every time before even matching one of the letters in the string. What does the 'qr' do?? because...
  2. Cara83

    Can't get my filename pattern matching working....can anyone help?!

    Hi Prex1, here is my code, it has been wrecking my head all day, i have several of the perl books, but they just dont help. No-one else in my job knows perl. i want to only process the files that have the letters in $name at the start of the file name only, and no other files. Any ideas...
  3. Cara83

    Can't get my filename pattern matching working....can anyone help?!

    Hi everyone, I am only new to this Perl programming world and I am having problems with the script I am writing. The program is supposed to search a number of specified directories for files with certain names or file type and that are older than 30 days and then move them to an archive...

Part and Inventory Search

Back
Top