On 11/2/09 02:58, Brian Sherwood wrote: > Any help/suggestions are welcome.
Using LOAD_PERL is usually a code smell, meaning that there's probably a better way of doing it. You might try creating a plugin for Net::IP. That should be fairly easy, see the docs at http://search.cpan.org/~abw/Template-Toolkit-2.20/lib/Template/Plugin.pm Or, since Net::IP is an object class, you can probably wrap it trivially using Template::Plugin::Class. http://search.cpan.org/~rclamp/Template-Plugin-Class-0.13/lib/Template/Plugin/Class.pm Simon. _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
