HP3000-L Archives

March 2000, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Mon, 6 Mar 2000 13:22:35 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
Steve Hampton wrote:
>
>         This may be a question for Mark Bixby, but I was wondering about how to
> install Perl modules within Perl on the HP3000? Thanks.

I'm not entirely sure what you're asking (an example would help), but many Perl
packages are installed via:

        perl Makefile.PL
        make
        make test   (optional)
        make install

Usually a package will have an INSTALL or README file that tells you what you
need to know.

- Mark B.

ATOM RSS1 RSS2