Re: page title

2002-07-14 Thread Angus Lees
At Mon, 15 Jul 2002 08:14:32 +0300, variable wrote: > I try to display a page title using three embperl files. > > ---main.epl--- > [! sub title {'Website'} !][- $req = shift -] [+ > $req->title +] [- Execute('*') -] > --- > > ---first.epl--- > [- $req = shift -] First... [- Execute('second.h

page title

2002-07-14 Thread Jaak
Hi! I try to display a page title using three embperl files. ---main.epl--- [! sub title {'Website'} !][- $req = shift -] [+ $req->title +] [- Execute('*') -] --- ---first.epl--- [- $req = shift -] First... [- Execute('second.html ') -] --- ---second.epl--- [! sub title {'Second page'} !] [

Re: returning lists from subroutines

2002-07-14 Thread Angus Lees
At Wed, 10 Jul 2002 11:38:40 +0100, James Ponder wrote: > The only reason I'm using Embperl subroutines is that I want to > import a bunch of common routines, like so: > > Execute ({ inputfile => 'share.epl', import => 1 }); > > However this didn't import perl subroutines, so I switched over t

RE: Installation

2002-07-14 Thread Justin Harrison
My apologies - Please disregard my message. I mixed up Apache::SessionX installation with Embperl, and SessionX asked if I wanted to use File Locking, MySQL, etc, and I was not sure what each of those were, but have since resolved the problem. Thanks! > -Original Message- > From: Justin

Installation

2002-07-14 Thread Justin M. Harrison
Hi, Is there a help document anywhere which explains each of the prompts asked during the "perl Makefile.PL" phase of installation, and possibly others? I could not find anything on the website which explained each of these prompts. My apologies if such a document exists but I failed to find i