in reply to Re^2: Best practices passing database handles, cgi objects, etc.
in thread Best practices passing database handles, cgi objects, etc.
$myapp->header
instead of
CGI->header
If you later decide you need to change something in the header (e.g. the encoding/charset), you just edit the header method of the class.
|
|---|