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 Rhinorhino 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: *

  • Users: ephi144
  • Content: Threads
  • Order by date
  1. 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