You don't need to write anything as a module per se.  You can write a library 
instead, which merely contains the vars, subs and the like that you re-use 
often.  Name it with a .pl extenstion.  Then all you have to do is

require "/path/libname.pl";

at the start of your code.  


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to