Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I\'m following a tutorial called Programming IRC Bots In Perl to make a simple IRC bot for my channel at Abjects server, the problem is that I\'m getting some weird errors. Take a look:
I have a question about this CPAN module http://search.cpan.org/dist/HTTP-Proxy/ it seems that this module support engines
./run-bot Running bot 22496 Error parsing ./shittybot.yml: YAML::XS::Load Error: The problem: found a tab character that violate intendation
I\'ve got a collection of Perl scripts and a couple XML data files that they depend on which I\'d like to distribute. Currently, I\'ve got a shell script which copies bin/* and share/* to a target ins
I\'m using DBI and DBD::SQLite, and now I\'d like to use the R*Tree feature of SQLite.Since this feature is not compiled by DBD::SQLite by default, I have to add a -DSQLITE_ENABLE_RTREE=1 to the @CC_D
So I have some perl code that goes something like: use strict; use XML::XPath; # $xml is an xml string read from file
I\'m a beginner for Perl and CPAN Modules I w开发者_运维技巧anna convert a xml file include: <Item><Link>http://example.com/</Link></Item>....
If a Perl module I create has something like a \"Makefile.PL\" or \"Build.PL\" to build a Perl module, and, for example, the module requires a particular operating system or a particular library to be
In http://kobesearch.cpan.org/htdocs/DBD-mysql/DBD/mysql.pm.html there are certain references to ODBC but afaik DBD::mysql is \"parallel\" in the connection stack to DBD::ODBC.