Question
simple question for people who know please participate.
How to compile perl script and add to a module for Eggdrop?
Details
i have a module called megahal. i already compiled megahal module and it's working fine with eggdrop. But i found a perl script and need to add it to my meghal module.
So how to add a perl script to an Eggdrop module?
Do I need to recompile again module + the perl script? If so then how do I compile perl file and link it with Megahal so it can recognize it?
For linking maybe looking at line 36 can help but not sure:
line36 use AI::MegaHAL; # The megahal AI module
for who's interested
here's perl script file paste here
http://codepad.org/nZR84dqV
so anybody knows about perl add to Eggdrop modules?