>>>>> "Dean" == Dean Ericksen <[EMAIL PROTECTED]> writes:
Dean> I'd like to create a template that greps through an active logfile for Dean> certain string-matches, and then parse that output for display on the Dean> page. Do I want to use "IO::File" (which my system is currently Dean> rejecting)? Do I want to use a [% PERL %] block (which my system is also Dean> rejecting, as I don't know where to put the EVAL_PERL => '1')? Or is Dean> there a special way only known to the inner guild? use the Template to format your output, but do the heavy lifting in Perl. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[email protected]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
