http://qs1969.pair.com?node_id=11130521


in reply to .env loading the dot env file?

maybe tangential, but it's pretty easy to "source" a foreign rc-file (here bash) from Perl with this trick

my $bashcode=<<'__bash__'; . /tmp/src.sh; perl -MData::Dumper -e 'print Dumper \%ENV'; __bash__ my $VAR1; eval qx{bash -c "$bashcode"}; print $VAR1->{MONK};

original discussion: Re^3: How to "source" a shell file in Perl? (Trojan Dump)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery