Re: Handler example?

2011-01-12 Thread Matt J Cwanek
Yep, tried that too. When we do that, then the %fdat is right inside all the different Execute() calls, but Embperl fails to fill out form fields automagically like it should. So I think we're pretty much sunk at this point :(. Thanks for the info. Matt On 01/12/11 19:53 +0100,

Re: Handler example?

2011-01-12 Thread Matt J Cwanek
nts (and same memory address) -> if I dump out %fdat in header.html/footer.html, it is empty and has a different memory address than %fdat in index.html I tried replacing Embperl::Execute() in my handler with Embperl::Req::ExecuteRequest( undef, { } ), like Embperl.pm does in it's h

Handler example?

2011-01-07 Thread Matt J Cwanek
g problems with fdat being clobbered later by subsequent nested Embperl::Execute calls, which wasn't a problem with HTML::Embperl/MP1. It's almost like a scope problem, but it only seems to shows up if I have nested Execute calls

Re: Embperl 2.2.0 make test failures

2006-04-14 Thread Matt Bockol
cessfully make: *** [test_dynamic] Terminated Terminated And the httpd error log is attached. Thanks, Matt [Fri Apr 14 08:47:57 2006] [warn] [22981]ERR: 32: Warning in Perl code: \t(in cleanup) Can't locate bad_module_without_name.pm in @INC (@INC contains: /home/mbockol/wsg-src/builds

Re: Embperl 2.2.0 make test failures

2006-04-12 Thread Matt Bockol
Gerald Richter wrote: #216 EmbperlObject/errdoc/epoerrdoc2.htm... Expected 2 more error(s) in logfile Could you please run make test TESTARGS="-h 216" And send me test/tmp/httpd.err.log The log file is attached. Thanks for your help. Matt [Wed Apr 12 14:47:20 2

Embperl 2.2.0 make test failures

2006-04-10 Thread Matt Bockol
can bypass this error by erasing it from test.pl and everything else seems to go fine. I don't understand the test process well enough at this point to debug it though. Hopefully this will help. Thanks, Matt Bockol Web Technical Administrator Carleton College, Northfield MN [29171

Re: Embperl 2.1.0, mod_perl 2.0.2, Apache 2.2

2006-03-03 Thread Matt Bockol
Matt Bockol wrote: Just a quick follow-up: I applied Andargor's patches to EmbPerl 2.1.0 and it build fine, seems to run okay too. That leads me to another question. When I build EmbPerl I do so against httpd-2.0.55 first, then copy the EmbPerl.so file into httpd-2.0.55/modules/ .

Embperl 2.1.0, mod_perl 2.0.2, Apache 2.2

2006-03-03 Thread Matt Bockol
try applying it, but is there a better way to be approaching this? Thanks, Matt gcc -c -I/usr/local/wsg/httpd-2.2.0-1/include -I/usr/local/wsg/httpd-2.2.0-1/regex -I/usr/local/wsg/httpd-2.2.0-1/os/unix -I/usr/include/libxml2 -I/usr/include/libxml2 -I/home/mbockol/wsg-src/builds/em bperl/

Re: Catalyst::View::Embperl ???

2006-02-06 Thread Matt J Cwanek
I don't think I have it anymore. It probably got nuked when I uninstalled Catalyst the last time, but I'll play around with it in the Catalyst and see what I can come up with... -M On 02/07/06 10:28 +1100, Andrew O'Brien wrote: > > Matt, perhaps you could post your one a

Re: Catalyst::View::Embperl ???

2006-02-04 Thread Matt J Cwanek
into Embperl. I'd definitely be interested in playing around with Catalyst again if it had an Embperl view module. Matt Gerald Richter wrote: I've been looking at Catalyst lately. I wonder if anyone has considered the possibility of using embperl as the templating engine?

Re: Embperl 2.0rc4 ?

2005-05-25 Thread Matt Bockol
Greetings Gerald, I'm eagerly awaiting RC4 as well. Can I safely use the builds located here: http://cvs.apache.org/snapshots/embperl Thanks, Matt Bockol Gerald Richter wrote: Could someone create the final version of this. I am trying to set up an Apache 2.0.54 server with mod

Multipart form data inconsistincies

2002-05-22 Thread matt freake
fdat (albeit undefined). If I change it to a multipart get form, the elements disappear from fdat again. Try: [+ do {use Data::Dumper; Dumper(\%fdat)} +] and change method from post to get. Is there a reason for this/way round it ? Thanks Matt Freake

Re: mime type problem when doing redirects

2002-01-31 Thread matt freake
roblem when you do a non-internal redirect (I assume you have some reason for wanting to do an internal one) ? Cheers Matt Freake _ Get your FREE download of MSN Explorer at http://explo

Soliciting an EmbPerl article

2000-12-24 Thread Matt Sergeant
I'm looking for somebody to write an introductory article, or series of articles on embperl for Take23 (http://take23.org). If someone would be willing to do this, then please respond direct to me. Thanks. Matt. ---

Re: Can't POST to embperl

2000-09-09 Thread Matt
criptAlias /embperl/ /usr/local/lib/embperl/ > > Action text/html /cgi-bin/embpcgi.pl > Options ExecCGI > > --cut- mine reads SetEnv EMBPERL_DEBUG 2285 SetHandler perl-script PerlHandler HTML::Embperl Options ExecCGI AddType text/html .epl HTH matt. > > A

Re: crypt() under windows

2000-04-20 Thread Matt Sergeant
On Thu, 20 Apr 2000, Gunther Birznieks wrote: > At 09:00 PM 4/19/00 +0100, Matt Sergeant wrote: > >On Wed, 19 Apr 2000, Tim Bishop wrote: > > > > > > > > Hi- > > > > > > We used Martin Vorlaender's Crypt::UnixCrypt module for t

Re: crypt() under windows

2000-04-19 Thread Matt Sergeant
On Wed, 19 Apr 2000, Tim Bishop wrote: > > Hi- > > We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason > you need it - no crypt() on Windows. Nonesense. Read README.win32 before building your perl. -- Fastnet Software Ltd. High Performance Web Specialists Providing mo