mskvimal has asked for the wisdom of the Perl Monks concerning the following question:
I used the following option but its not working
$IM_ROOT and $IM_DATA cmd arg from perlError:use Env::C; #Line 8 get ath this line Env::C::setenv($TC_ROOT, "$IM_ROOT", [$override]); Env::C::setenv($TC_DATA, "$IM_DATA", [$override]);
BEGIN failed--compilation aborted at C:\Apps\TCRoot\web\htdocs\cgi-bin +\testENV.pl line 8.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Env variables (/first/ error)
by tye (Sage) on Mar 21, 2008 at 05:27 UTC | |
|
Re: Env variables
by hipowls (Curate) on Mar 21, 2008 at 03:43 UTC | |
|
Re: Env variables
by kyle (Abbot) on Mar 21, 2008 at 04:30 UTC | |
|
Re: Env variables
by hipowls (Curate) on Mar 22, 2008 at 05:04 UTC |