- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perl with Modules
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Discussion Boards
Community
Resources
Forums
Blogs
- 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
08-15-2001 12:52 PM
08-15-2001 12:52 PM
Perl with Modules
we have to Build Perl Modules DBD,DBI and TK800
with Perl, How to build along with perl ?
Thanks in Advance.
sekar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 12:56 PM
08-15-2001 12:56 PM
Re: Perl with Modules
I download perl 5.6.1 source from perl.com and
all other modules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 01:03 PM
08-15-2001 01:03 PM
Re: Perl with Modules
The best way to compiler Perl is to use HP's ANSI C compiler, if you don't have that then use gcc.
Are you looking for the exact procedure for compiling and building?
-Regards
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 01:06 PM
08-15-2001 01:06 PM
Re: Perl with Modules
yah, I am looking procedure compling and buidling.
regards.
sekar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 02:07 PM
08-15-2001 02:07 PM
Re: Perl with Modules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 02:17 PM
08-15-2001 02:17 PM
Re: Perl with Modules
Once you are done installing perl, installing the modules is a piece of cake.
The procedure is the same for pretty much all the modules. Keep in mind some modules have dependencies on other modules.
I am giving an example of the DBI modules
/Begin/
gtar xvzf /tmp/DBI-1.19.tar.gz
cd /tmp/DBI-1.19
perl Makefile.PL
make
make test
make install
/End/
Ofcourse there is another easier way, that is to download the binaries for the porting site but i prefer compiling from the source.
-HTH
I am RU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 05:21 PM
08-15-2001 05:21 PM
Re: Perl with Modules
devresource.hp.com
This site has dozens of common tools (Perl, gcc, gdb, imake, Apache, etc) in swinstall format and ready to run.
Bill Hassell, sysadmin