Hi!

Which is more expensive (memory and processing time)

I want to use some functions on two pages, but one, say A is very rarely
executed, B is very heavily. Is it better to have embperl subs in B and use
them in A throught Execute with import=>1 or put subs into C and import to
both?
Or write instead real perl module and return only processing result for
[+Mymodule::sub( args )+] ?

Neeme

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

Reply via email to