Re: Method interface vs Function Interface

2001-06-09 Thread Markus Peter
On Sun, 10 Jun 2001 [EMAIL PROTECTED] wrote: > I have recently came across a mod_perl document that suggested Perl's > Method Interface is more 'memory friendly' compare to Perl's Function > Interface. > > I'm not too sure I've got the meaning of this 'Method Interface' and > 'Function Interface'

Method interface vs Function Interface

2001-06-09 Thread victor
I have recently came across a mod_perl document that suggested Perl's Method Interface is more 'memory friendly' compare to Perl's Function Interface. I'm not too sure I've got the meaning of this 'Method Interface' and 'Function Interface' correctly, is it referring to the procedural function ca