Help for this page

Select Code to Download


  1. or download this
    my @files = File::Find::Rule->file()
                     ->name('einzelergebnis*.html')
                     ->in( '.' );
    
  2. or download this
    my @files = <einzelergebnis*.html>;