Top "Perl-module" questions

A Perl module is a reusable portion of Perl code.

How can I check if a Perl module is installed on my system from the command line?

I tried to check if XML::Simple is installed in my system or not. perl -e 'while (<@INC>) { …

perl command-line perl-module
How is Perl's @INC constructed? (aka What are all the ways of affecting where Perl modules are searched for?)

What are all the ways of affecting where Perl modules are searched for? or, How is Perl's @INC constructed? As …

perl perl-module
In Perl, what is the difference between a .pm (Perl module) and .pl (Perl script) file?

What is the Difference between .pm (Perl module) and .pl (Perl script) file? Please also tell me why we return 1 …

perl perl-module
Installing modules using Strawberry Perl

Until now I used ActiveState's ActivePerl, and used the ppm for installing modules. Last week I moved to Strawberry Perl, …

windows perl cpan perl-module strawberry-perl
Can't locate Switch.pm

How do I solve this error? Can't locate Switch.pm in @INC (you may need to install the Switch module) (@…

perl perl-module android-source
Can't locate DBI.pm

I'm trying to launch this script: #!/usr/bin/perl use DBI; my $dbh = DBI->connect( 'dbi:Oracle:host=lonlin2;…

perl perl-module
How do I install Perl libraries in Cygwin?

I'm a C/C++/Java/Unix geek by trade, but now I have to write a Perl program in Windows. …

perl cygwin perl-module
Manual installation of a Perl Module

I have downloaded the module Digest::SHA1 and extracted it to a directory (../Digest-SHA1-2.13/) , then copied all the SHA1.* …

perl perl-module
malformed header from script. Bad header=<!DOCTYPE html>

I am receiving the following server error on a perl script: malformed header from script. Bad header=: youtube_perl.pl, …

perl header perl-module www-mechanize
How to install JSON.pm perl module on OSX

I am trying to use the po2json parser/converter from the JS gettext library (http://jsgettext.berlios.de/), but …

macos perl perl-module