Re: MP2 Script within another script AND via SSI

2006-07-11 Thread Jonathan Vanasco
On Jul 11, 2006, at 9:50 AM, cfaust-dougot wrote: pa ckage SCRIPTS::ParseNav; use strict; use vars qw($r); ## Set some Constants # Template Path $ENV{'HTML_TEMPLATE_ROOT'} = xxx"; Perhaps an issue of style, but would that

Re: MP2 Script within another script AND via SSI

2006-07-11 Thread Michael Peters
Perrin Harkins wrote: > On Tue, 2006-07-11 at 09:50 -0400, cfaust-dougot wrote: > >> What I have below works, but for some reason I'm not all that > comfortable with >> it.. Could someone tell me if I'm doing anything evil with my > approach?? > > Looks fine to me. SSI virtual includes are qui

RE: MP2 Script within another script AND via SSI

2006-07-11 Thread cfaust-dougot
Title: Re: MP2 Script within another script AND via SSI Thanks Perrin, don't know why it was bothering me soo much, but I feel better now!! From: Perrin Harkins [mailto:[EMAIL PROTECTED]Sent: Tue 7/11/2006 11:03 AMTo: cfaust-dougotCc: modperl@perl.apache.orgSubject: Re: MP2 S

Re: MP2 Script within another script AND via SSI

2006-07-11 Thread Perrin Harkins
On Tue, 2006-07-11 at 09:50 -0400, cfaust-dougot wrote: > What I have below works, but for some reason I'm not all that comfortable with > it.. Could someone tell me if I'm doing anything evil with my approach?? Looks fine to me. SSI virtual includes are quite efficient with mod_perl. - Perrin

MP2 Script within another script AND via SSI

2006-07-11 Thread cfaust-dougot
Morning All,   What I have below works, but for some reason I'm not all that comfortable with it.. Could someone tell me if I'm doing anything evil with my approach??   MP2 (ParseNav.pm) Script Description: Needed a script to create page navigation, the nav needs to be called within other MP2 sc