in reply to Re: How @INC can be managed from c code?
in thread How @INC can be managed from c code?
However, it can only be called after perl_parse() So maybe I'm on wrong way.av_push(PL_inc, newSVpv("/opt/myapp/lib", 15));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How @INC can be managed from c code?
by Corion (Patriarch) on Apr 02, 2015 at 06:55 UTC |