jdavis wrote:

hello,
I would like to pass subs vars to work on. right now I,m
using globals to pass messages to the subs.Is this the right way to do this?



Avoid global variables if possible, some of the issues are code maintenance, readability etc. Read through this doc to learn about perl subroutines
perldoc perlsub



thanks,





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



Reply via email to