Help for this page

Select Code to Download


  1. or download this
    while(1) {
        #@FILES = `ls -1 $DIRECTORY`;
        @FILES = glob("$DIRECTORY/*");
        print "@FILES\n";
    }