in reply to Re^2: How @INC can be managed from c code?
in thread How @INC can be managed from c code?

An application can only change it's own environment and passes it to it's child processes.

But I can't tell if embedded Perl code still evaluates %ENV.

May be only a question of initialization phase and timing, setting it as early as possible might help.

Better just try it out and tell us.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)

PS: Je suis Charlie!

update

have a look at PERLLIB

  • Comment on Re^3: How @INC can be managed from c code?