Help for this page

Select Code to Download


  1. or download this
    my $path = '/home/username/me/cgi-bin/files';
    my @files = grep { -f and m/\.(exe|wav|swf)$/i }
                glob("$path/*");