At Wed, 22 Jan 2003 10:57:40 -0500 (EST), Joshua Spoerri wrote:
> Are there any issues with using mdat and udat in the same page?
> I've been using udat for a while with no problems, and mdat also seems to
> work fine on its own, but mdat and udat in a single page cause the server
> to lockup.
>
>
At Thu, 23 Jan 2003 20:33:57 -0500, Kee Hinckley wrote:
> I wish more of that were transparent. Haven't looked to see what's
> happening in Embperl 2
mod_perl 2 allows you to have a separate perl interpreter for each
virtual host, so you can't step on each other toes even if you want to.
(accor
At Wed, 22 Jan 2003 18:46:44 -0500, winfield henry wrote:
> Below is the output from a attempt to install Embperl 1.3.4 on a system with
> the following
> Redhat 8.0 (psyche)
> httpd-2.0.40-11
> httpd-devel-2.0.40-11
> mod_perl-1.99_05-3
>
> Seems to be looking for the Apache/src.pm file but can't
At Fri, 24 Jan 2003 16:54:24 +1100, Jim Hall wrote:
> After selecting a set of data using the following:
>
>...
>$dat = $sth_rte_sel -> fetchall_arrayref;
>...
>
> and then attempting to display in a table:
>
>
> [+ $dat->[$row][1] +]
> [+ $dat->[$row][3] +]
> [+ $dat