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
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
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
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 "
> 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
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