Posted on 2009-07-27 18:03:15-07 by abryan17
Unnecessarily complex?
It seems that this module could be replaced with the following four lines:
package Template::Plugin::POSIX; use base qw/ Template::Plugin::Procedural /; use POSIX; 1;
Which seems to me to be like the more Template::Toolkit way of doing things.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.