Help for this page

Select Code to Download


  1. or download this
    open (DIR, $somedir);
    while ($_ = readdir DIR) { 
    ...
        print "  -- FOUND example" . $1 . ".txt\n";
      }
    }