Embedded EmbperlObject::Execute problem

2001-07-02 Thread Gavin Carr
Hi Gerald et al, Not sure if this is a bug or me simply making assumptions about how EmbperlObject would work ... I've built a Content Management System using EmbperlObject that is working really well. But one issue I've run into is where an EmbperlObject "publishing" page does an EmbperlObject:

Re: table problem

2001-07-02 Thread Ian Van Der Poel
Torsten, I have copied your code exactly on my setup and it works. Could you send some details of your configuration. Regards IAN >>> <[EMAIL PROTECTED]> 07/03 8:31 am >>> Hi, why this works: [$ while ( @data = $sth->fetchrow_array() ) $] [+ $dat

table problem

2001-07-02 Thread hoppe
Hi, why this works: [$ while ( @data = $sth->fetchrow_array() ) $] [+ $data[0] +] [+ $data[1] +] [+ $data[2] +] [$ endwhile $] an this works not, special the tags are not in

RE: Perl ignored (again) by InfoWorld

2001-07-02 Thread Jesse Erlbaum
Hey Neil -- > Interesting that you should post this, given what I read today on > http://www.scripting.com: > > http://www.thetwowayweb.com/stories/storyReader$56 > > It's about another InfoWorld columnist, Brett Glass, and how > his popular > "Help Desk" column was abrubtly dropped by the mag

Re: Perl ignored (again) by InfoWorld

2001-07-02 Thread Neil Gunton
Interesting that you should post this, given what I read today on http://www.scripting.com: http://www.thetwowayweb.com/stories/storyReader$56 It's about another InfoWorld columnist, Brett Glass, and how his popular "Help Desk" column was abrubtly dropped by the magazine in February of 1998. "He

Perl ignored (again) by InfoWorld

2001-07-02 Thread Jesse Erlbaum
Hey All -- Nicholas Petreley ([EMAIL PROTECTED]), long-time columnist ("The Open Source") for InfoWorld and the founding editor of VarLinux.org, just penned the following article: "JSP in Harms' way" http://iwsun4.infoworld.com/articles/op/xml/01/07/02/010702oppetreley.xml This article is one

embperl and taint question

2001-07-02 Thread Jim Guion
I searched the doc, nothing could I find on whether or how embperl supports taint mode. I searched the archive, too---only found some threads that make it sound like taint mode may be available in embperl, but nothing specific. So, can someone please tell me if I can turn on/off taint mode whe

Re: Using Mail modules with Embperl

2001-07-02 Thread John Scanlon
Yes, we are running on Windows. Thanks for the information, and I'll take a look at HTML::Embperl::Mail John On Sat, 30 Jun 2001, Gerald Richter wrote: > > We've tried to use both the Mail::Sendmail and Mail::Sender modules with > > Embperl, and have come across the same difficulty with both: