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 2010-12-08 20:55:17.67031-08 by cdolan in response to 13102
Re: Creating my own renderer
At the top of your main program, add a line like "use lib '/path/to/my/files';" That adds another folder to the @INC search path. See also: http://perldoc.perl.org/lib.html
Direct Responses: 13106 | Write a response