in reply to Re: RPC.pm and using eval to make a dummy client stub
in thread RPC.pm and using eval to make a dummy client stub

I just wanted to remind that one should include a dummy DESTROY subroutine if AUTOLOAD is implemented, because Perl will call AUTOLOAD when the object goes out of scope, very wasteful unless the clean up code will be implemented in the AUTOLOAD method.

Jeff

R-R-R--R-R-R--R-R-R--R-R-R--R-R-R--
L-L--L-L--L-L--L-L--L-L--L-L--L-L--
  • Comment on (jeffa) 2Re: RPC.pm and using eval to make a dummy client stub