was
the work around.
Thanks again to everyone.
Cheers
Chris
From: Robby Desmond (RTD)
Sent: 14 July 2021 02:33
To: Michael Stevens ; Chuck Zumbrun
Cc: Chris Brown ; [email protected]
Subject: RE: New to Embperl. How do I work with a large convoluted file?
Sec
e file I'm interested in a file that contains 4700 lines of HTML, embedded
Perl, CSS and JavaScript. What is the best way to deconstruct this file with a
view to understanding how everything hangs together?
Cheers
Chris
Don't know why or where, but you've got some utf8 encoding going on.
EF,BF,BD is the utf8 "replacement string" used for an unknown character
(probably the initial FF).
Suggest you sniff your data stream to see if it's happening before it
reaches Embperl.
On 04/04/2012 17:20, Jean-Christophe
#x27;t run
such utilities. Previously, Plesk would we the main thing that got in the
way of installing Embperl (Apache source was never present, although
mod_perl was installed ready to go).
Looking forward to trying the new features.
Chris Denman
On 19 March 2010 05:44, Gerald Richter - EC
Hi Gerald,
Thanks for introducing me to Catalyst! It sounds amazing.
Looking forward to the joining of the two
Chris
On 5 February 2010 15:41, Thompson, John wrote:
> How is it that Embperl (as good as it is), is only supported by one
> person? I find this to be the best Perl temp
Can we be told what to expect? ;)
Chris Denman
On 5 February 2010 10:22, Michael Stevens wrote:
> Gerald,
>
> I know you said before you were working on a new Embperl release.
>
> We'd still like to see one! How's it going? Is there anything we can do to
> he
benefit.
Great you're back! Really looking forward to your latest offerings too.
Maybe the community could get together and get some sort of forum/site
going where we can all talk about our projects and problems? I am
happy to offer hosting for this.
Chris
2009/9/20 Richter, Gerald :
>
ng way - I absolutely LOVE Embper
(I can't code anymore without it!). That's why I get so frustrated
when I can't get it all working right. I can see the potential - but
can never seem to find it.
Can't wait for any new versions!
Chris Denman
2009/9/18 Richter, Gerald :
>
bject
Options ExecCGI
DirectoryIndex index.htm
Regards,
Chris Denman
On 9/30/07, Chris Denman <[EMAIL PROTECTED]> wrote:
> Hi Gerald,
>
> I have finally found the difference between a working conf and a
> non-working conf:
>
> I g
s without seg faults except that now the default
index.htm is not found i.e. when visiting http://www.densys.co.uk
without a filename I get page not found error.
Nearly there.!
Chris Denman
On 9/30/07, Chris Denman <[EMAIL PROTECTED]> wrote:
> Hi again,
>
> Lookin
ot;ppSV" is not available.
Chris
On 9/30/07, Chris Denman <[EMAIL PROTECTED]> wrote:
> Hi Gerald,
>
> Still getting these in the apache logs
>
> [Sun Sep 30 16:04:57 2007] [notice] child pid 28490 exit signal Bus error (7)
> [Sun Sep 30 16:05:11 2007] [notice] child pi
)
[Sun Sep 30 16:07:19 2007] [notice] child pid 28617 exit signal
Segmentation fault (11)
On 9/30/07, Chris Denman <[EMAIL PROTECTED]> wrote:
> Gerald,
>
> Thanks for your recent reply.
>
> I have now successfully installed V2.3.0 with no errors.
>
> Still getting seg f
182926818752: generic error
Please help
Chris Denman
On 9/29/07, Gerald Richter - ECOS GmbH <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can you please retry with the just uploaded Embperl 2.3.0.
>
> If you still get segfaults, please send me a stack backtrace.
>
> Gerald
>
How do I find the name of the currently executing file
from Embperl under Apache? I can find the top level
file using $ENV{PATH_TRANSLATED}, but this won't work
for sub-executes
for example:
foo.html:
[- Execute('bar.html') -]
---
ba
t might have. As
well as comments on the way %fdat handles same-name-keys,
or how it could handle this better.
Oh, perl 5.6.1 apache 1.3.28 mod_perl 1.29 embperl 1.3.6 on
freebsd 5.x-current.
And same results with perl 5.8.3 apache 1.3.29 mod_perl
On Tue, Sep 16, 2003 at 10:25:18PM -0400, Winfield Henry wrote:
> Below is a simple form that calls itself. My understanding is that the
> checkboxes will 'check' themselves upon submission. Or to rephrase, if I
> check one and two then submit the form, check boxes for one and two will
> appear che
On Wed, Sep 03, 2003 at 09:41:02AM +1000, Andrew O'Brien wrote:
>
>
> Need 2: A request-specific global variable: store in $req. eg $req->{key} = $value
>
Is it reasonable to define a global by giving it its own package? - eg:
$mywebsite::cache={};
$mywebsite::cache->{product_1}=$product_obje
Our main ISP just upgraded their Embperl to 2.0b4 without telling
us - :-( Unfortunately, nearly all our code is in the form:
[+ some_statememt(); +]
so it breaks because of the semicolon. We have thousands of lines of web site
code that don't work now!
Is there an easy workaround (option???)
On Wed, Oct 10, 2001 at 08:41:47PM +0200, Gerald Richter wrote:
>
> I have currently no idea what is happeing. The only way I see to track this
> down, is to put logging message inside of CGI.pm itself. I good place to
> start is the function read_multipart. Put some warns inside to see where it
On Thu, Oct 04, 2001 at 09:07:40PM +0200, Gerald Richter wrote:
>
> Could you print out $@ directly after the
>
> eval { $cgi = new CGI } ;
> When CGI fails, does it contain any usefull information ?
It's empty. Always.
>
> In past sometimes it has helped to upgrade CGI.pm in such cases,
On Wed, Aug 22, 2001 at 01:41:00PM +0200, Gerald Richter wrote:
>
>
> >
> > Any ideas as to where I might start looking for
> > what is causing this??
> >
>
> That means that "new CGI" returns undef. I guess that something with the
> fileupload goes wrong. Any additional error messages ?
>
No
I am repeatedly getting the following messages in
my server error log:
[6432]ERR: 44: Line 1: Setup of CGI.pm failed:
I'd guess that this is coming from Embperl, as Apache
puts in a date, time, and the file that generated
the error.
Any ideas as to where I might start looking for
what is caus
Gary Nielson <[EMAIL PROTECTED]> writes:
> Hi,
>
> I am just trying to figure out why the following code works when included
> in base.epl, but not when called with Execute from another .epl file (as
> in [- Execute ('picture.epl') -]:
As written, this won't work because $html is not defined in
"Gerald Richter" <[EMAIL PROTECTED]> writes:
> [32075]ENV: CONTENT_LENGTH=87
>
> [32075]ENV: QUERY_STRING=missing=name_first%2Cname_last
>
> When Content Length and query_string are set, Embperl tries to read the
> posted form data from stdin and ignores the query_string. I don't know why
>
I'm using EmbperlObject to render a set of pages, which works quite nicely.
On several of those pages, I'd like to place a PerlHandler that processes
form contents prior to rendering of the EmbperlObject template. In the
case that a form parameter is missing, I'd like to issue an
internal_redirec
o work around :-)
Thanks,
-Chris
P.S. Very impressive response time! Thanks, guys.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
"text," but the textarea field gets filled despite the
blank value.
How do I prevent the textarea from being filled without disabling prefills
entirely (They can be really nice, sometimes)?
Thanks,
-Chris
P.S. I've attached the form (which is framed by a bas
lved the problem of needing the
username & password on the client in a decently secure manner. The Crystal
reports web viewer activeX control requires you to authenticate on the
browser unless you are using asp. As this email is already very long I'll
write that one up as needed.
erl? Or is this one of those 'undefined behavior' things?
>
>thanks,
>-- Mike
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
-
re convenient
for me to do this one app that has to return an image as an embperl app than to set up
a registry CGI script to do it.
-c
----
Chris Thorman
ieve the solution to the bug is for Embperl to run the proper entity-decoding on
the value fields BEFORE it decides whether to supply the "checked" attribute.
Regards,
-chris
----
Chris Th
31 matches
Mail list logo