Top "Perl-module" questions

A Perl module is a reusable portion of Perl code.

Which Perl module would you recommend for JSON manipulation?

As usual, I'm happy to deal with CPAN because it got all we need. As usual, I'm lost because there …

json perl cpan perl-module
What's the best way to discover all subroutines a Perl module has?

What's the best way to programatically discover all of the subroutines a perl module has? This could be a module, …

perl reflection perl-module subroutine
How to make a HTTP PUT request using LWP?

I'm trying to change this request to a HTTP PUT request, any idea how ? my $request = LWP::UserAgent->new; …

perl http perl-module lwp-useragent
progress bar in command line perl script

I am trying to print progress in % in command prompt. But it is not working properly. I want to print …

perl perl-module
How to get rid of 'Name ... used only once: possible typo at ...'?

use YAML::XS; local $YAML::XS::DumpCode=1; ... I get the warning: Name "YAML::XS::DumpCode" used only once: possible typo …

perl perl-module
How do I get CGI.pm to output HTML5 instead of XHTML 1.0?

I'm having some trouble getting CGI.pm to output to HTML5 instead of XHTML 1.0 or HTML 4.01. When I try "HTML5" …

perl html cgi perl-module
What is @ISA in Perl?

If I have a module with methods a and b and want to export them I do: use Exporter; our @…

perl perl-module
How do I install the Perl module WWW-Mechanize-Firefox?

Can you tell me where to find a guide on how to install a perl module? I am trying to …

perl perl-module www-mechanize-firefox
How do you use a variable in lib Path?

I would like to use the $var variable in lib path. my $var = "/home/usr/bibfile;" use lib "$var/lib/"; …

perl perl-module
Can't load 'C:/strawberry/perl/site/lib/auto/XML/LibXML/LibXML.dll' for module XML::LibXML

I have downloaded strawberry PERL and writing one application with CGI Perl Apache on Winxp sp3). One of the libraries (…

perl perl-module cgi-bin windows-xp-sp3 xml-libxml