Re: perl module problem

[email protected] (Steven Lembark) Thu, 15 Aug 2002 18:08:42 -0500
Newsgroups perl.trainers
Message-ID <228490000.1029452922@[192.168.200.4]>

-- [email protected]

> Hi I have a question please. My ISP have not instaled a Perl Module
> whitch I need for my script. So my script doesn't work. I am a programer
> so I remember it is a way to add functions (methods) from that library to
> the script and you not need that library. Your script will get the
> methosds form his source. Am I right? 10x

Hack the script and insert the extra content after your
section:


package My_Stuff;

your_blah;

package Other::Module;

their_blah;

1

__END__

--
Steven Lembark                               2930 W. Palmer
Workhorse Computing                       Chicago, IL 60647
                                            +1 800 762 1582