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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by edegner

  1. edegner

    help with readdir

    Xaqte thanks for the welcome and for the help. I'm almost there. I made the changes you suggested, but had to slightly modify it because the script wouldn't run at all. Now it's function almost how it should. At the end of script execution I get the following... Use of uninitialized value...
  2. 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