our %error_dictionary = ...; our %cached_templates = ...; sub get_template { .... check cache or store in cache ... } sub get_error { $error_dictionary{...} ... }