OT: defined(@array) v. if(@array) WAS: Re: Should I note any concerns?

2000-05-26 Thread ___cliff rayman___
yes - i agree - but i think it is strict or strict vars, not strict subs or refs. Ed Phillips wrote: > with the caveat that if(@array) will produce a warning under strict sub refs if as >yet undefined. > You may sometimes still want to use defined. > > comments? > > Ed > > ___cliff rayman___ w

Re: Should I note any concerns?

2000-05-26 Thread ___cliff rayman___
you may want to see if there is a later Apache::DBI.pm. i did not look at the code but normally: if (defined(@array)) should be replaced by: if(@array) from perldoc -f defined Currently, using C on an entire array or hash reports whether memory for that aggregate has ever been allocated. So

Should I note any concerns?

2000-05-26 Thread The Doctor
I get the following on startup: Script started on Fri May 26 12:02:56 2000 doctor.nl2k.ab.ca//var/www/conf$ apachectl top   stop /usr/contrib/bin/apachectl stop: httpd stopped doctor.nl2k.ab.ca//var/www/conf$ apachectl stop /usr/contrib/bin/apachectl stop: httpd (no pid file) not runni