I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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