From: Babichev Dmitry <[EMAIL PROTECTED]>
> >> How i can change environment variables (e.g. PERLDB_OPTS) to any
> >> values so they remained general(public) for all instances of perl
> >> scripts?
>
> BS> Typically you accomplish th
Hello beginners,
>> How i can change environment variables (e.g. PERLDB_OPTS) to any
>> values so they remained general(public) for all instances of perl
>> scripts?
BS> Typically you accomplish this kind of thing by setting the variable in
BS> some kind of shell in
> -Original Message-
> From: Babichev Dmitry [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, December 01, 2001 8:35 AM
> To: [EMAIL PROTECTED]
> Subject: PERLDB_OPTS
>
>
> Hello beginners,
>
> How i can change environment variables (e.g. PERLDB_OPTS) to
Hello beginners,
How i can change environment variables (e.g. PERLDB_OPTS) to any
values so they remained general(public) for all instances of perl
scripts?
$ENV{'PERLDB_OPTS'}="LocalPort"; # working only for currently running
script.
Sincerely yours,
Babich