Help for this page

Select Code to Download


  1. or download this
    my @files = ("foo.htm","two.htm","three.HTM","FOUR.HTML");  
                    # etc etc for as many variants as you like
    ...
        print $file;
      }
    }
    
  2. or download this
    my @files = ("foo.htm","two.htm","three.HTM","FOUR.HTML");  # etc etc 
    +for as many variants as you like
    
    ...
        print $file;
      }
    }