From 3dc6e8ddd80a27a9da40f1065a3f993d13de5a3f Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Sat, 12 Aug 2006 21:26:07 +0200 Subject: [PATCH] Fix the include example. --- perl/include.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/include.pl b/perl/include.pl index 5c0ec5e..30a6d15 100644 --- a/perl/include.pl +++ b/perl/include.pl @@ -3,7 +3,7 @@ use XML::Template; my $doc = XML::Template::process_file('../xml/included.xml', { 'color' => 'red' -}); +}, 0); my $master = XML::Template::process_file('../xml/master.xml', { 'title' => 'Main HTML title', 'h1' => 'Nice heading here', -- 2.39.5