Re: Is it possible to use "write" in HTML::Embperl::Mail?

2002-11-12 Thread Kee Hinckley
At 6:02 AM +0100 11/13/02, Gerald Richter wrote: > I tried setting a "format OUT" and "write OUT", but nothing is showing up. -- OUT is a tied filehandle which also works inside HTML::Embperl::Mail, but I am not sure if tied filehandles works with format/write. print OUT should work as usual

Re: Possible bug passing \%udat to HTML::Embperl::Mail::Execute

2002-11-12 Thread Gerald Richter
> I haven't spent as much time debugging this as I would have liked, > since I was rather frantic to fix it on a live site. However I have > an epl file that is executed with HTML::Embperl::Mail::Execute. It > declares [$ var ... $udat $] and a reference to \%udat was passed to > it via the par

Re: Is it possible to use "write" in HTML::Embperl::Mail?

2002-11-12 Thread Gerald Richter
> I tried setting a "format OUT" and "write OUT", but nothing is showing up. > -- > OUT is a tied filehandle which also works inside HTML::Embperl::Mail, but I am not sure if tied filehandles works with format/write. print OUT should work as usual Gerald

Re: Embperl returning no data

2002-11-12 Thread Gerald Richter
> > saadiq@moko:~$ wget -S -O /dev/null --http-user=blah --http-passwd=blah http://www.blah.com/bronze.epl > --20:03:31-- http://www.blah.com/bronze.epl >=> `/dev/null' > Resolving www.blah.com... done. > Connecting to www.blah.com[IP snipped]:80... connected. > HTTP request sent, awai

Embperl returning no data

2002-11-12 Thread Saadiq Rodgers-King
I've done a little more research on my problem that I mentioned in my previous email "XP IE specific display issues?". The problem doesn't seem to be XP or Windows specific, although it does seem to be more obvious on that platform. saadiq@moko:~$ wget -S -O /dev/null --http-user=blah --http-pass

Possible bug passing \%udat to HTML::Embperl::Mail::Execute

2002-11-12 Thread Kee Hinckley
I haven't spent as much time debugging this as I would have liked, since I was rather frantic to fix it on a live site. However I have an epl file that is executed with HTML::Embperl::Mail::Execute. It declares [$ var ... $udat $] and a reference to \%udat was passed to it via the param optio

RE: XP IE specific display issues?

2002-11-12 Thread Justin Harrison
I havent had any such issues. Justin > -Original Message- > From: Saadiq Rodgers-King [mailto:saadiq@;nyc.rr.com] > Sent: Tuesday, November 12, 2002 12:23 AM > To: [EMAIL PROTECTED] > Subject: XP IE specific display issues? > > > It seems that IE under XP periodically fails to display

Is it possible to use "write" in HTML::Embperl::Mail?

2002-11-12 Thread Kee Hinckley
I tried setting a "format OUT" and "write OUT", but nothing is showing up. -- Kee Hinckley - Somewhere.Com, LLC http://consulting.somewhere.com/ I'm not sure which upsets me more; that people are so unwilling to accept responsibility for their own actions, or that they are so eager to regulate ev

Re: error document continues

2002-11-12 Thread Gerald Richter
Hi, your config seems to be ok and should work for normal Embperl files. I have never tried it with Embperl::Object, maybe Embperl::Object is not correctly passing the error back. Could you see if you get the same result with an normal Embperl file? Gerald --

Re: Embperl::Object 2.0b9 offline

2002-11-12 Thread Gerald Richter
> > make test doesn't get pass test#199 > this is another issue and related to an update of libxslt > this is what i get when i run the code snippet in question: > > ERR: 404: : Not found '_base.epl', searched: > try to add the parameter app_name => 'foo' (the actual value doesn't ma