http://qs1969.pair.com?node_id=293718


in reply to Can I do Server-Side-Includes in Perl?

Are you sure include is what you want? You might solve your problem with require. That way the code you are including (with require) will get executed as apposed to just included.

Originally posted as a Categorized Answer.