I am not sure if DBIx::Recordset has its own list so I am posting here,
please redirect me if needed.
I want to create a query that looks for IS NULL in one of the fields,
but I don't see how to do that in the docs.
The query it is creating always as a field_name = ? for the place
holder. I jus
Hi!
I hope that I find answers here more quickly. Dont ask, but I need to make
files with extension cfm to be parsed with embperl. Only in one dir. But in
the server (Linux) runs also coldfusion server. And regradless of settings
on Apache conf, (With Filesmatch) coldfusion parses cfm files. Ca
03.09.2001 22:51
hello, Embperl!
is there a possibility to let Embperl convert an Embperl file to real
Perl file so that every webserver without Embperl installed can exec
it? what I mean is:
test.ep:
[* $scalar='text'; *]
some nice [+ $scalar +] here =)
and here is mor
02.09.2001 14:27
hello, Embperl!
I like the ASP-style syntax much more than that of Embperl *sorry=)*
I've tried to rewrite some of my old Embperl code to ASP style but not
the whole code worked correctly after that, here an example:
the Embperl code
[* $THEURL='http://far.away'; *]
I fixed teh problem apparantly by putting the two lines in question within
the FilesMatch section. Any other insights, comments are appreciated.
On Thu, 6 Sep 2001, Nate Smith wrote:
==>
==>Hi, I recently implemented a site using embperl, but like a lot of people on
==>the list am not quite sa
Hi, I recently implemented a site using embperl, but like a lot of people on
the list am not quite satisfied with the current state of the Session
implementation in the stable tree. So, while I was starting to write
access control/authentication/authorization modules for my site embperlObject
su
Hi, I recently implemented a site using embperl, but like a lot of people on
the list am not quite satisfied with the current state of the Session
implementation in the stable tree. So, while I was starting to write
access control/authentication/authorization modules for my site embperlObject
su
Hello embperl,
I tested the feature: 'Input/Textarea/Select tags take values from %fdat'
when you create a test form:
and you wil test it with this string: 'This a "TEST"'
you will notice that the generated HTML will have bad (unescaped) output
maybe I missed some configuration or