cpan
Googling within a Perl script? [closed]
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[详细]
2023-02-06 23:30 分类:问答Some Simple Errors With a IRC Bot Made With Perl
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:[详细]
2023-02-06 13:57 分类:问答http::proxy module engine
I have a question about this CPAN module http://search.cpan.org/dist/HTTP-Proxy/ it seems that this module support engines[详细]
2023-02-06 12:28 分类:问答The problem: found a tab character that violate intendation
./run-bot Running bot 22496 Error parsing ./shittybot.yml: YAML::XS::Load Error: The problem: found a tab character that violate intendation[详细]
2023-02-06 00:32 分类:问答Perl CPAN-style Packaging with no lib/*.pm
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[详细]
2023-02-05 20:20 分类:问答Best practice for using slightly modifying module from CPAN?
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[详细]
2023-02-03 13:20 分类:问答Passing ref to XML::XPath object to a sub in Perl doesn't work as expected
So I have some perl code that goes something like: use strict; use XML::XPath; # $xml is an xml string read from file[详细]
2023-02-02 16:53 分类:问答perl XML Convert Solution
I\'m a beginner for Perl and CPAN Modules I w开发者_运维技巧anna convert a xml file include: <Item><Link>http://example.com/</Link></Item>....[详细]
2023-02-02 12:40 分类:问答What is the correct way to stop a Perl module build process?
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[详细]
2023-02-02 11:01 分类:问答What is the relation of DBD::Mysql to ODBC?
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.[详细]
2023-01-31 05:33 分类:问答