-- [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

Reply via email to