Hi Everybody . In mod_perl coding style written: Avoid indirect method calls, e.g. Do: CGI::Cookie->new Don't: new CGI::Cookie. Can someone explain why ? --Itzik