Hi,
I'm trying to put routines in seperate files, and call them from a perl process. I understand that this is what happens with modules, if you declare
at the begining of a perl file, but can't find out how this relates to home made routines. I'm interested in passing parameters to these routines, and using their output.
I appologise if I'm missing something fundamental about perl architecture here, not looking for a complete answer but a opointer to a resource...