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 derfloh 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. ephi144

    newbie Perl script question

    Exmample text files name 0001145839-08-000048.txt
  2. ephi144

    newbie Perl script question

    thank you to both of you! i can post my script. i did not write it. i do not know perl and am trying to learn. this was given to me to get it working. stevexff your reply is what i was looking for. it gives me a starting point. though here is a script! as matter of fact if one you can get it...
  3. ephi144

    newbie Perl script question

    I need to run the following perl sctipt. the following lines are giving me an error <code> #!/usr/bin/perl #!/usr/bin/perl use strict; use warnings; my $Folder ="C:/"; opendir FOLDER,"$Folder"; my @InFiles =grep !/^\.\.?$/, "C:/SECFiles/".+readdir FOLDER; closedir FOLDER; foreach my...

Part and Inventory Search

Back
Top