Mailing List Archive

installing perl modules on linux
Do we have to install perl modules on linux machines.

Modules like CGI...

I have to use library module "cgi-lib.pl".

I have searched it on my machine , but i could not find it.

where can i get , or do i have to install any module .

cheers
Amit Khatri



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: installing perl modules on linux [ In reply to ]
http://www.cpan.org/modules/01modules.index.html

amit khatri wrote:

> Do we have to install perl modules on linux machines.
>
> Modules like CGI...
>
> I have to use library module "cgi-lib.pl".
>
> I have searched it on my machine , but i could not find it.
>
> where can i get , or do i have to install any module .
>
> cheers
> Amit Khatri
>
>
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

--
http://www.meome.de
-------------------------------------------------------
Martin Haase-Thomas | Tel.: 030 43730-558
meOme AG | Fax.: 030 43730-555
Software Development | mht@meome-ag.de
-------------------------------------------------------




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: installing perl modules on linux [ In reply to ]
THis command should probably be on the perl mailinglist but here:

from the command line.


$ perl -MCPAN -e shell

opens a command line to cpan, all you have to do is type

install::DBI

and the dbi perl modules get installed.

-chad





On Wed, 27 Feb 2002 12:14:54 +0100
Martin Haase-Thomas <mht@meome-ag.de> wrote:

> http://www.cpan.org/modules/01modules.index.html
>
> amit khatri wrote:
>
> > Do we have to install perl modules on linux machines.
> >
> > Modules like CGI...
> >
> > I have to use library module "cgi-lib.pl".
> >
> > I have searched it on my machine , but i could not find it.
> >
> > where can i get , or do i have to install any module .
> >
> > cheers
> > Amit Khatri
> >
> >
> >
> > _________________________________________________________________
> > MSN Photos is the easiest way to share and print your photos:
> > http://photos.msn.com/support/worldwide.aspx
> >
> >
> > ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> > Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
>
> --
> http://www.meome.de
> -------------------------------------------------------
> Martin Haase-Thomas | Tel.: 030 43730-558
> meOme AG | Fax.: 030 43730-555
> Software Development | mht@meome-ag.de
> -------------------------------------------------------
>
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: installing perl modules on linux [ In reply to ]
amit khatri wrote:
>
> Do we have to install perl modules on linux machines.
>
> Modules like CGI...
>
> I have to use library module "cgi-lib.pl".
>
> I have searched it on my machine , but i could not find it.
>
> where can i get , or do i have to install any module .
>
> cheers
> Amit Khatri

the home page of cgi-lib.pl is http://cgi-lib.berkeley.edu/ .

CGI is part of the core perl distribution. if you have perl, you have
CGI too.

pietro.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org