Apple X Serve 10.2 Compatibility

2003-03-12 Thread Powers, Dean
Is anyone out there running Empberl 2.0 or higher on Apple X Server. Any difficulties in installing Embperl? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Javascript Support

2002-12-06 Thread Powers, Dean
How do I get a section of javascript to work on my embperl page. Do I need to use the EmbperlBlock syntax to get Embperl to not process the javascript code? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Apache::src not available during Embperl Install

2002-10-01 Thread Powers, Dean
The thread is at this point: Hi, > > The change you suggested (eval 'use Apache_*2*_::BuildConfig' ) wasn't > enough to find the BuildConfig.pm module. I would have needed to change > it to Apache2::Apache::BuildConfig, but then the change would be > necessary for every module accessed from the

Re: Execute URL Query

2002-10-01 Thread Powers, Dean
Found a solution using a traditional Perl UserAgent Request. I wonder if there is a more elegant way using Embperl, especially the next step for parsing the returned XML. The traditional method that gets the job done: [- use LWP::UserAgent; # use HTTP::Request::Common qw(POST); $ua = new LWP::U

Execute XML Query

2002-10-01 Thread Powers, Dean
I'm implementing a web application that interfaces with the new Amazon XML/HTTP data feed. They normally expect a web page to have a URL link in the form of: http://xml.amazon.com/onca/xml2...";>Click on Link I'd like to have xml data display on my pages without requiring users to click on

RE: [ -Execute ( ' * ' ) -] Found another solution

2002-10-01 Thread Powers, Dean
ies. Thus Embperl fulfills my goal for a templating system that can be used to maintain dozens or hundreds of web sites with a common framework. Great program. Dean Powers -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 8:53 PM To: Power

RE: [ -Execute ( ' * ' ) -] Doesn't Work!

2002-09-30 Thread Powers, Dean
- From: Ed Grimm [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 5:40 PM To: Powers, Dean Cc: [EMAIL PROTECTED] Subject: RE: [ -Execute ( ' * ' ) -] Doesn't Work! Ugh. You're right; I found it in the HTML::EmbperlObject manpage. (This is from Embperl 1.3.3; we'

RE: [ -Execute ( ' * ' ) -] Doesn't Work!

2002-09-30 Thread Powers, Dean
, they are ALL coming out of /htdocs and Apache/Embperl serves then quite well, EXCEPT for [- Execute ('*') - ]. Dean -Original Message- From: Ed Grimm [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 5:03 PM To: Powers, Dean Cc: [EMAIL PROTECTED] Subject: RE: [

RE: [ -Execute ( ' * ' ) -] Doesn't Work!

2002-09-30 Thread Powers, Dean
#x27;re getting closer to an answer, which is important to all of us who want to support dozens or even hundreds of virtual hosts with a SINGLE base.epl and boilerplate files out of /htdocs. Dean -Original Message- From: Ed Grimm [mailto:[EMAIL PROTECTED]] Sent: Monday, September

RE: [ -Execute ( ' * ' ) -] Doesn't Work!

2002-09-30 Thread Powers, Dean
with ('*') which is asking for the file "indirectly" instead of explicitly. Dean -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 3:42 PM To: '[EMAIL PROTECTED]' Subject: Re: [ -Execute ( ' * '

RE: [ -Execute ( ' * ' ) -] Doesn't Work!

2002-09-30 Thread Powers, Dean
late files? In the meantime, I'll explore Andre's alternatives. Thanks! Dean -Original Message- From: Andre Landwehr [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 1:16 PM To: '[EMAIL PROTECTED]' Subject: Re: [ -Execute ( ' * ' ) -] Doesn't Wor

RE: [ -Execute ( ' * ' ) -] Doesn't Work!

2002-09-30 Thread Powers, Dean
at doesn't work either. :) Dean -Original Message- From: Andre Landwehr [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:48 PM To: '[EMAIL PROTECTED]' Subject: Re: [ -Execute ( ' * ' ) -] Doesn't Work! On Mon, Sep 30, 2002 at 12:14:14PM -0700, P

[ -Execute ( ' * ' ) -] Doesn't Work!

2002-09-30 Thread Powers, Dean
Environment: apache_1.3.26 mod_perl_1.27 Embperl_2.0b8 Problem: In base.epl [ -Execute ( ' * ' ) -] doesn't display the originally request file, such as content.html Instead it displays the notfound.html message. Interestingly [ -Execute ( ' content.html " ) -] DOES work. So, everything works