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

    help with readdir

    I'm having a problem that I can't figure out. Below is a snippet of my code that's not functioning the way I believe it should.. opendir (PIX_DIR, ".") or die $!; foreach $file (readdir(PIX_DIR)) { print "$file\n"; if ($file =~ /^\./ || $file == '') { next; } print...

Part and Inventory Search

Back
Top