Re: What are the environmental variables used by Perl?

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 10:21 AM John SJ Anderson wrote: > > > Do you know if there is a list of environmental variables anywhere? > > > I think maybe this is what you’re looking for? > https://perldoc.pl/perlrun#ENVIRONMENT > Thanks John. perlrun - I probably would not have found it on my

Re: What are the environmental variables used by Perl?

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 10:14 AM Andrew Solomon wrote: > > Assuming you're on a Linux box the command 'env' should tell you that. Is > that what you're looking for? No. I'm looking for a list of Perl specific environmental variables. Like the one you offered - PERL5LIB. Ideally the list would

Re: What are the environmental variables used by Perl?

2019-05-30 Thread John SJ Anderson
> > Do you know if there is a list of environmental variables anywhere? I think maybe this is what you’re looking for? https://perldoc.pl/perlrun#ENVIRONMENT

Re: What are the environmental variables used by Perl?

2019-05-30 Thread Andrew Solomon
Assuming you're on a Linux box the command 'env' should tell you that. Is that what you're looking for? On Thu, May 30, 2019 at 2:58 PM Jeffrey Walton wrote: > > > On Thu, May 30, 2019 at 9:19 AM Andrew Solomon wrote: > >> In that case I think this should do the trick: >> >> export

Re: What are the environmental variables used by Perl?

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 9:19 AM Andrew Solomon wrote: > In that case I think this should do the trick: > > export PERL5LIB="$PWD:$PERL5LIB" > Thanks, that fixed the Perl path problem. Do you know if there is a list of environmental variables anywhere? Jeff

Re: What are the environmental variables used by Perl?

2019-05-30 Thread Andrew Solomon
used by Perl. > >> > >> I found this online, but it does not appear that Perl actually honors > >> PATH: https://docs.perl6.org/programs/03-environment-variables . (I > >> also found a lot of noise; like how to set and read an envar from > >> Perl). > >

Re: What are the environmental variables used by Perl?

2019-05-30 Thread Jeffrey Walton
>> Which section of the manual can I find a list of environmental >> variables used by Perl? Is there even a section that covers it? >> >> Or, what are the environmental variables used by Perl? >> >> Thanks in advance. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: What are the environmental variables used by Perl?

2019-05-30 Thread Hao Wu
so found a lot of noise; like how to set and read an envar from > Perl). > > Which section of the manual can I find a list of environmental > variables used by Perl? Is there even a section that covers it? > > Or, what are the environmental variables used by Perl? > > Than

Re: What are the environmental variables used by Perl?

2019-05-30 Thread Andrew Solomon
covers it? > > Or, what are the environmental variables used by Perl? > > Thanks in advance. > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > http://learn.perl.org/ > > > -- Andrew Solomon Director P: +44 7931 946 062 E: and...@geekuni.com

What are the environmental variables used by Perl?

2019-05-30 Thread Jeffrey Walton
used by Perl? Is there even a section that covers it? Or, what are the environmental variables used by Perl? Thanks in advance. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/