#!/usr/bin/perl -w # Charlotte Perl Mongers 2005 Template Challenge # Use this script as the basis for your logic. The DATA section contains the # information that must be included in your output. use strict; use Data::Dumper; $Data::Dumper::Purity = 1; # Load data my $data; { local $/ = undef; my $input = ; $data = eval ( $input ); die($@) if $@; } $ENV{PATH} = "/bin:/usr/bin"; my $template_file = $ARGV[0] || die "Usage: $0