RE: Embperl 2.3 does not support Apache 2.x on Win32

2008-07-09 Thread Alan Carwile
Thank you for your reply and the ideas/options you mention. I'll follow up as things become clearer on our side. Thanks, Alan -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 5:15 AM To: Alan Carwile; Hans Ginzel Cc: Nguyen Tran; em

importing subroutines with Execute()

2003-01-23 Thread Alan
do that :) If you're not hopelessly confused by now, is there a way to do what I'm looking for (ie: import via relative path, or automagically via embperl::object, so that minimul code changes are needed? Regards, Alan -- Alan <[EMAIL PROTECTED]> - http://arcterex.net

importing subroutines with Execute()

2003-01-23 Thread Alan
(ie: import via relative path, or automagically via embperl::object, so that minimul code changes are needed? Regards, Alan -- Alan <[EMAIL PROTECTED]> - http://arcterex.net - "The

Re: Problem with embperl sessions

2002-03-20 Thread Alan J. Rothstein
dule MD5 > I've tried it and it seems to have done the trick. The only odd thing is that I've taken the lines back out and can't seem to reproduce the problem. I guess I shouldn't complain, it's working. Thanks for the help and the quick response.

Problem with embperl sessions

2002-03-20 Thread Alan J. Rothstein
t What am I missing? Thanks for any help. - Alan - - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

XALAN & 2.0b5

2002-01-07 Thread alan milligan
zero background with these libraries and Embperl's intended use. If you can give me a couple of hints I can most likely sort it out. Cheers, Alan _ MSN Photos is the easiest way to share and print your photos: http

Sessions

2001-11-19 Thread alan milligan
ssion; I'd like to know if I'm doing something obviously wrong, and/or if anyone has a Store/Lock combination that does work consistently. Cheer, Alan _ Get your FREE download of MSN Explorer at http://explorer.msn.co

Re: Perl*Handlers and Embperl Sessions

2001-10-29 Thread alan milligan
activity. If anyone else has experienced such problems, I'd be interested to hear. Cheers, Alan [14539]SES: Received session cookie 0641f8216009661f4c64ef144c45b030 DB: Disconnect (id=4, numOpen = 1) [14539]Formdata... length = 0 [14539]Using APACHE for output... [14539]CACHE: SvTYPE (*ppSV) =

Perl*Handlers and Embperl Sessions

2001-10-28 Thread alan milligan
calls (where a GetSession should suffice?). This does not appear to be so. I have included my handler below and would appreciate if someone can help me. The existance check on %udat fails in my handler, although there is a perfectly good session object which is verified in my HTML::Embpe

Re: Embperl and globals (was: inheriting from DBIx::Recordset)

2001-10-07 Thread alan milligan
Sorry Gerald, I discovered a type was causing me scoping issues. But I am getting some very strange behaviour using session management with 2.0b3. I use File and Semaphore. I have some epl in $DOCUMENT_ROOT/perl/authenticate.epl which sticks a User object into %udat. All the other files in

Re: inheriting from DBIx::Recordset

2001-10-04 Thread alan milligan
defined in the module. However, these appear to be unavailable within my Embperl container. Do all global symbols not get sucked in by default? Alan >From: "Gerald Richter" <[EMAIL PROTECTED]> >To: "alan milligan" <[EMAIL PROTECTED]>, <[EMAIL PROTE

inheriting from DBIx::Recordset

2001-09-30 Thread alan milligan
etc etc), so it can be quite difficult to use inheritance to share code. Any thoughts are welcomed to working around this, and to any further pitfalls I may discover! Cheers, Alan _ Get your FREE download of MS

Re: Problem with log file

2001-09-20 Thread Alan Jones
eb server can create and write to them. Alan - Original Message - From: "Boyd, David" <[EMAIL PROTECTED]> To: "EmbPerl News Group (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 12:41 PM Subject: Problem with log file (please include my retur

embpcgi.pl and 2.0b3

2001-09-14 Thread alan milligan
Hi, I do vaguely recall on this list that this program is broken under 2.03b. This would appear to be true. I haven't had any luck searching the archive. Can someone please remind me what the work-around is. Cheers,

Re: EmbPerl and Inline

2001-09-11 Thread alan milligan
cks too - excellent (note this is under 2.03b)! Cheers, Alan _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp - To unsubscribe, e-m

EmbPerl and Inline

2001-09-08 Thread alan milligan
I am still working on this *** BUG ***, and it is quite a difficult one to crack. I am trying very hard not to have to delve into the internals of either of these packages, so if I manage to jog anyone's memory to constrain my efforts, I will be very appreciative. To reiterate the problem, I

so whats different about Inline????

2001-09-02 Thread alan milligan
User/Pwd [* } *] Now for the test .... [root@mistress perl]# perl test.pl alan alan01 alan has groups alan root web cvs [root@mistress perl]# embpexec.pl test.epl 'u=fortress&p=fortress' [4863]ERR: 24: Line 1: Error in Perl code: Undefined subroutine &Balclutha::I

Modelling

2001-08-31 Thread alan milligan
[* authorise( { group => 'aadmin' } ); *] Operations Control Clients .. However, this does the contents of the redirect and continues to present the page. In fact, it splits the contents of the page over two HTTP requests. Does anyone kn

Sessions and Postgres

2001-08-31 Thread alan milligan
ESSION_ARGS "/tmp" everything works fine. I have also independently tested Apache::Session::Postgres, and it indeed writes to the sessions table. Any ideas? Cheers, Alan _ Get your FREE downl

%udat and Perl objects

2001-08-31 Thread alan milligan
Does the %udat hash support serialising objects as opposed to simple types? Embperl 2.0b3 refuses to parse : if ($udat{user}->hasgroup('root')) { ... Error in Perl code: Can't locate object method "hasgroup" via package "fortress" (perhaps you forgot