Help for this page

Select Code to Download


  1. or download this
    opendir(DATADIR, "files/$department") or die "Invalid directory!";
    @duplicate = readdir(DATADIR);
    ...
          last;
       }
    }
    
  2. or download this
    $go_sub = "yes" if -e "files/$department/$number.txt";