Re: Text to HTML recipe making

2006-03-27 Thread 'Kathryn Andersen'
On Tue, Mar 28, 2006 at 05:28:46AM +0200, Gerald Richter wrote: > > > > > Maybe there's something about Embperl which doesn't like > > __DATA__ sections? > > > > I can't think of any reason why it shouldn't work. I will give it a try when > I habe some more spare time, but at the moment I am r

RE: Text to HTML recipe making

2006-03-27 Thread Gerald Richter
> > Maybe there's something about Embperl which doesn't like > __DATA__ sections? > I can't think of any reason why it shouldn't work. I will give it a try when I habe some more spare time, but at the moment I am releaseing some critical applications for our company, which must be done first,

RE: erratic effect of input key in Execute

2006-03-27 Thread Gerald Richter
> > > I now tried various definitions, such as > > > > > > sub say { > > local $msg = shift; > > Embperl::Execute({input=>\$msg, inputfile=>$msg}); > > } > > [...] > > > and am still getting always the same string printed out. > > No, it does seem to be working for me now, than

Re: Text to HTML recipe making

2006-03-27 Thread 'Kathryn Andersen'
On Tue, Mar 28, 2006 at 06:36:13AM +1000, 'Kathryn Andersen' wrote: > On Mon, Mar 27, 2006 at 08:59:31PM +0200, Gerald Richter wrote: > > > > > > Well, I have now actually gotten around to trying to > > > implement it, and I can't get it to work. I am completely stumped! [snip] Never mind. 1)

RE: Text to HTML recipe making

2006-03-27 Thread Gerald Richter
> > I can't get the debug to work. > > I give > > Embperl_Debug 0x800 > Embperl tries to write it to /tmp/embperl.log, you can set the path with Embperl_Log Gerald ** Virus checked by BB-5000 Mailfilter ** - To uns

Re: erratic effect of input key in Execute

2006-03-27 Thread PILCH Hartmut
> I now tried various definitions, such as > > > sub say { > local $msg = shift; > Embperl::Execute({input=>\$msg, inputfile=>$msg}); > } [...] > and am still getting always the same string printed out. No, it does seem to be working for me now, thanks. The latest failure w

Re: erratic effect of input key in Execute

2006-03-27 Thread PILCH Hartmut
On Mon, Mar 27, 2006 at 08:52:03PM +0200, Gerald Richter wrote: > > At > > > > http://www.ecos.de/embperl/pod/doc/Config.-page-1-.htm#sect_3 > > > > I find the following example of how to invoke the Embperl > > parser from a Perl program, and indeed I can make this work > > in a simple scri

Re: Text to HTML recipe making

2006-03-27 Thread 'Kathryn Andersen'
On Mon, Mar 27, 2006 at 08:59:31PM +0200, Gerald Richter wrote: > > > > Well, I have now actually gotten around to trying to > > implement it, and I can't get it to work. I am completely stumped! > > > > Attached is the module I made, Embperl::Syntax::TextToHTML > > and I have a recipe which

RE: Text to HTML recipe making

2006-03-27 Thread Gerald Richter
> > Well, I have now actually gotten around to trying to > implement it, and I can't get it to work. I am completely stumped! > > Attached is the module I made, Embperl::Syntax::TextToHTML > and I have a recipe which correctly sets the syntax to > 'TextToHTML' when trying to process a .txt f

RE: Session Management

2006-03-27 Thread Gerald Richter
> > at the moment I'm working on the session management. It works > very well and I like the idea from the udat hash. But I've > noticed some strange behaviors. Everytime I'm checking if a > user is logged in the system creates a new session id in the > database and I muss delete with tied(%ud

RE: erratic effect of input key in Execute

2006-03-27 Thread Gerald Richter
> At > > http://www.ecos.de/embperl/pod/doc/Config.-page-1-.htm#sect_3 > > I find the following example of how to invoke the Embperl > parser from a Perl program, and indeed I can make this work > in a simple script, like > >[- $msg = 'hello world' -] >[- Embperl::Execute

RE: Win32 Embperl fails to run with libxml2.dll error

2006-03-27 Thread Donovan Allen
Looks like it is still the old version of Embperl for Win32 on theoryx5. Any progress Randy and would it help if I begged...or juggled...maybe begged while juggling angry marmots? From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Thu 1/26/2006 8:13 PM To: G