Hi dear all,
1. Should I write my code into perl module or simply just use a normal
include file for common sub routine that need to use on more than 1 script
(which is without adding the line package in front to make it a perl
module).

2. Does this make a different in term of script loading speed.

3. What is the pro and con of writing as a perl module rather than a
include file.

4. . why do we write code into perl module, is it just to enforce on more
strictness in variable declaration?

Thats all that I can think of for the time being.

Thanks and best regards.


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

Reply via email to