if a variable within a modperl program is created whether a reference to an
object or just a var, does mod_perl know when to clean it up or should you
do that yourself at the end

i.e

$main::var="LARGE STRING"


does mod_perl know that the var is nolonger in use after the script has
run??

One of the main reason for the enquiry is the use of selectall_arrayref  via
DBI
We currently use this as most of the selects return a small number of rows,
but occasional the number of rows returned may be large.

Thanks
John



********************************************************************
This e-mail is intended only for the addressee named above.
As this e-mail may contain confidential or privileged information,
if you are not the named addressee, you are not authorised to
retain, read, copy or disseminate this message or any part of it.
********************************************************************

Reply via email to