Help for this page
#!/usr/bin/perl -w use strict; ... $file =~ s/index\.html$//; return $file; }
package FindProvider; use strict; ... } 1;