On Tue, Dec 17, 2002 at 03:28:51PM -0600, Jeff Pelkey wrote: >## Line 16 Below. -- DOES NOT WORK >##print "Content-type: text/html\n\n", $tmpl->output(print_to => *STDOUT);
Why on earth do it the long way round? STDOUT is default: print "Content-type: text/html\n\n", $tmpl->output; Roger ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
