Re: [OT] & in URLs -- SUMMARY (was: Re: Templating System)

2000-07-30 Thread Michael Hanisch
Hi *, thank you all for your comments on the plain-ampersand-in-URL-problem. I received many useful hints regarding this subject, so I thought I might as well sum them up for those who have missed this thread. In short: If you have URLs in your HTML with more than one query-string arg (a

Re: [OT] & in URLs (was: Re: Templating System)

2000-07-28 Thread Michael Hanisch
On Fri, 28 Jul 2000, Dave Jenkins wrote: > > > Then you are wrong. :) You need to have & in there, so that the > > > browser can turn it back from & to & before sending the URL back > > > up to your server (or whichever server comes along). > > > > Are you really positive about this? > > > >

[OT] & in URLs (was: Re: Templating System)

2000-07-28 Thread Michael Hanisch
On 27 Jul 2000, Randal L. Schwartz wrote: > > "Jacob" == Jacob Davies <[EMAIL PROTECTED]> writes: > > Jacob> Now as to ampersands used to separate form fields, like: > > Jacob> > > Jacob> do you mean that it should be: > > Jacob> > > Jacob> instead? That second one looks

Re: Apache segfault

2000-07-17 Thread Michael Hanisch
On Mon, 17 Jul 2000, Lukas Ertl wrote: > On Mon, 17 Jul 2000, Trond Arve Nordheim wrote: > > > Hi. > > I'm having problems with my Apache segfaulting when I run subroutines from > > modules that uses DBI. ([Mon Jul 17 13:55:22 2000] [notice] child pid 28327 > > exit signal Segmentation fault (11

Re: HTML::Mason - declaration of subs outside out <%ONCE> sections?

2000-07-06 Thread Michael Hanisch
On Thu, 6 Jul 2000, Jon Nangle wrote: > In-Reply-To: ><[EMAIL PROTECTED] > nchen.d> > > Is there any harm in defining subroutines inside regular <%PERL> sections? > > You can do it if you want to, but it is a bad idea because > once Mason has worked its magic, your sub will end up inside > anot

HTML::Mason - declaration of subs outside out <%ONCE> sections?

2000-07-06 Thread Michael Hanisch
Hi *, I am currently working on a site running HTML::Mason (v0.87). While reading the documentation, I came across the <%ONCE> sections, that are -as the docs put it- " Useful for declaring persistent component-scoped lexical variables (especially objects that are expensive to create), decla

Re: error DBI with quote

2000-07-06 Thread Michael Hanisch
On Thu, 6 Jul 2000, Jesús Lasso Sánchez wrote: > Hi, > >I probed: > > s/'/''/g > >yesterday but it did'nt work, will try with HTML code. I think is the > solution. > > > Thanks > > > the easiest way is > > s/'/''/g > > or > > s/'/'/g > > > > Hi, AFAIK DBI's bind_param