- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perl module install
Operating System - HP-UX
1820190
Members
3943
Online
109620
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 07:00 AM
01-21-2003 07:00 AM
Perl module install
Hi ALL,
I have a request to install Perl library packages (SendMail.pm, Sender.pm) on my systems. How do I install these packages. Any help is greatly appreciated and points will be assigned.
I have a request to install Perl library packages (SendMail.pm, Sender.pm) on my systems. How do I install these packages. Any help is greatly appreciated and points will be assigned.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 07:19 AM
01-21-2003 07:19 AM
Re: Perl module install
If you have network access,
perl -MCPAN -e shell
would be easiest. Then on the prompt type
install Mail::SendmMail
If you want a `better' interface, try to install CPANPLUS, which will be CPAN's replacement.
Almost all mail modules are rather old. The only `new' module that is to replace all other modules is Mail::Box, a very versatile module that is realy up-to-date with latest technology
Mail::Sendmail can be fetched from http://search.cpan.org/author/MIVKOVIC/
Mail::Box from http://search.cpan.org/author/MARKOV/
If you fetch modules like this, unpack it and make as follows:
# gzip -d < Module-1.23.tgz | tar xvf -
:
# cd Module-1.23
# perl Makefile.PL
:
# make
:
# make test
:
# make install
Enjoy, have FUN! H.Merijn
perl -MCPAN -e shell
would be easiest. Then on the prompt type
install Mail::SendmMail
If you want a `better' interface, try to install CPANPLUS, which will be CPAN's replacement.
Almost all mail modules are rather old. The only `new' module that is to replace all other modules is Mail::Box, a very versatile module that is realy up-to-date with latest technology
Mail::Sendmail can be fetched from http://search.cpan.org/author/MIVKOVIC/
Mail::Box from http://search.cpan.org/author/MARKOV/
If you fetch modules like this, unpack it and make as follows:
# gzip -d < Module-1.23.tgz | tar xvf -
:
# cd Module-1.23
# perl Makefile.PL
:
# make
:
# make test
:
# make install
Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP