#!/usr/local/bin/perl5 require "../openfaq.pl"; opendir(DIN, "."); @allfilesRaw = grep /^\d+$/, readdir DIN; closedir(DIN); @allfiles = sort { $a <=> $b } @allfilesRaw; open(OUT, ">../toc.txt"); print OUT <TOC Updated The table of contents file, toc.txt, has been updated. EOM ;