Re: How to get at constant.epl from outside the web evironment?

2002-06-12 Thread Wim Kerkhoff
Scott Chapman wrote: > I have a constant.epl file that defines some variables as part of $req: > > [- > $req = shift; > $req->{website_database} = 'DBI:Sprite:/www/db/Annual_Review'; > $req->{website_event_table} = 'ar_events'; > $req->{website_sequence} = 'ar_num'; > $req->{d

Re: How to get at constant.epl from outside the web evironment?

2002-06-12 Thread Gavin Carr
On Wed, Jun 12, 2002 at 02:33:43PM -0700, Scott Chapman wrote: > I have a constant.epl file that defines some variables as part of $req: > > [- > $req = shift; > $req->{website_database} = 'DBI:Sprite:/www/db/Annual_Review'; > $req->{website_event_table} = 'ar_events'; > $req->{we

Re: How to get at constant.epl from outside the web evironment?

2002-06-12 Thread Cameron McBride
On Wed, Jun 12, 2002 at 02:33:43PM -0700, Scott Chapman wrote: > I have a constant.epl file that defines some variables as part of $req: > > [- > $req = shift; > $req->{website_database} = 'DBI:Sprite:/www/db/Annual_Review'; > $req->{website_event_table} = 'ar_events'; > $req->{we

Re: How to get at constant.epl from outside the web evironment?

2002-06-12 Thread Angus Lees
At Wed, 12 Jun 2002 14:33:43 -0700, Scott Chapman wrote: > I have a constant.epl file that defines some variables as part of $req: > [...] > > I need to get at those definitions in a perl script outside the www > environment and I'm not sure how to do it. Is there a easy way to do this? the "

Re: How to get at constant.epl from outside the web evironment?

2002-06-12 Thread Tiago Stock
> I have a constant.epl file that defines some variables [...] [- $req = shift; $req->{website_database} = 'DBI:Sprite:/www/db/Annual_Review'; $req->{website_event_table} = 'ar_events'; $req->{website_sequence} = 'ar_num'; $req->{db_user} = 'username'; $req->{db_pass} = 'p

How to get at constant.epl from outside the web evironment?

2002-06-12 Thread Scott Chapman
I have a constant.epl file that defines some variables as part of $req: [- $req = shift; $req->{website_database} = 'DBI:Sprite:/www/db/Annual_Review'; $req->{website_event_table} = 'ar_events'; $req->{website_sequence} = 'ar_num'; $req->{db_user} = 'username'; $req->{db_p