G'Day,
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->[$row][4] +]
[+ $dat->[$row][5] +]
[+ $dat->[$row][6] +]
You're right. It's all kind of ugly. And beware of virtual-hosts
where the process is shared -- make sure your site-relative libraries
either have different names, or are always the same version.
I do one of two things.
For libraries that are really perl libraries, I have the following at
th
Hi folks.
I recently started working on a web project utilizing embperl2 and
apache2, and what I thought would be the simple task of having subs
available from a module seems to be not as simple after all. Or at
least, not for me :)
I have a file (utils.pm say) with some perl style subs that l
At 12:50 PM -0800 1/23/03, Scott Chapman wrote:
This is not right, Kee. The URL parameters are NOT part of $fdat when you
POST data so passing the URL parameters to the Execute'd page in $fdat is not
right.
I thought the problem was how to pass fdat via an Execute.
If the problem is that the P
Hi folks.
I recently started working on a web project utilizing embperl2 and
apache2, and what I thought would be the simple task of having subs
available from a module seems to be not as simple after all. Or at
least, not for me :)
I have a file (utils.pm say) with some perl style subs that l
Hello,
I have Apache 1.3.27 installed with mod-perl 1.27 and Embperl 1.3.5. I have
everything setup to use shared objects. I'm getting the following error
message when I try to run ./apachectl start:
Syntax error on line 1235 of /www/www/apache-1.3.27/conf/httpd.conf:
Can't load
'/usr/common/pe
> This is not right, Kee. The URL parameters are NOT part of $fdat when you
> POST data so passing the URL parameters to the Execute'd page in $fdat is not
> right.
perhaps this is an ignorant statement (mine that I am about to make),
but why are you trying to use both POST and GET parameters?
On Wednesday 22 January 2003 06:00 pm, Kee Hinckley wrote:
> >Quote from Gerald:
> >>Embperl passes the URL parameters in %fdat. That's what it always did.
> >> Only if you have POST data (from a form) and URL parameters, you only
> >> get the POST data in %fdat
>
> Ah. Right. I've never been abl
Em 22 Jan 2003 10:29:43 -0500
Farouk Khawaja <[EMAIL PROTECTED]> escreveu:
> Hi all,
>
> I'd like to do the following
>
> $req->{msg} = "some text some more text";
>
> Unfortunately the '' is not breaking. It's just getting
> displayed. The HTML output looks like '
'. Any ideas on how
> I