Help for this page

Select Code to Download


  1. or download this
    # modification to code you already have....
    while( $file=readdir BIN ){
             push @array,$file; 
    }
    
  2. or download this
    # a slightly different play....
    # delete the while loop altogether and...
    @array = readdir BIN ;