Hi,
I have been working on an IRC bot that uses POE::Component::IRC. What I have come up with is 1 massive perl script... Is there a way I can separate each main sub function of my perl script into a separate file then when I run the mail perl script it will read the contents of the separate files to act as "1 big perl script" again.
Example: myircbot.pl - will call the basic functions and then ill need a way to load each file ending with .pl in a folder called plugins back into the main script without reading/writing permanent changes to the main perl script.