require "all_hashes.pl"; # read in all the hashes our $item = "Perl"; # this $item must be global :-( require "template.pl"; # perl interpolates all the variable print $out; # $out is defined in template.pl #...