Discussion:
Add new perl modules
(too old to reply)
Jacek
2005-10-20 08:35:57 UTC
Permalink
I am new to Perl.
How can I simply add new perl modules like Date::Format, Mail::Mailer,
ApConfig, Template to Perl for NetWare 5.8.4
Jacek
Guenter Knauf, DevNet SysOp 32
2005-10-20 08:56:42 UTC
Permalink
Hi Jacek,
Post by Jacek
I am new to Perl.
How can I simply add new perl modules like Date::Format, Mail::Mailer,
ApConfig, Template to Perl for NetWare 5.8.4
Jacek
pure Perl modules you can simply copy to the right place below sys;/perl/lib;
modules which come with C code (*.xs) need to be compiled first...

Guenter.
Jacek
2005-10-20 09:28:43 UTC
Permalink
I have downloaded TimeDate-1.16 and copied Date directory into
sys:/perl/lib, but I don't see any *.xs files.
And what next?
Jacek
Guenter Knauf, DevNet SysOp 32
2005-10-20 11:49:45 UTC
Permalink
Hi,
Post by Jacek
I have downloaded TimeDate-1.16 and copied Date directory into
sys:/perl/lib, but I don't see any *.xs files.
that's good since then its a pure Perl module (I IIRC it is)...
Post by Jacek
And what next?
just use it!

here I mentioned this package already long time ago:
http://www.gknw.com/nwperl

Guenter.
Jacek
2005-10-20 13:08:11 UTC
Permalink
I have downloaded AppConfig-Std-1.07, MailTools-1.67, Text-Template-1.44 and
TimeDate-1.16.
I check modules using checksetup.pl from bugzilla.
It has found Mail::Mailer and Date::Format. But AppConfig and Template not.
What should I do?
Jacek
Guenter Knauf, DevNet SysOp 32
2005-10-20 20:10:33 UTC
Permalink
Hi Jacek,
Post by Jacek
I have downloaded AppConfig-Std-1.07, MailTools-1.67, Text-Template-1.44
and TimeDate-1.16.
I check modules using checksetup.pl from bugzilla.
It has found Mail::Mailer and Date::Format. But AppConfig and Template
not. What should I do?
just trust yourself that you copied it to the right place, and write a
testscript to confirm that; the minimum test would be to include the module
and print out its version number...

Guenter.

Continue reading on narkive:
Loading...