ramthen has asked for the wisdom of the Perl Monks concerning the following question:
Hi ,
My question : how to make an environment variable visible to shell script after setting its value in a PERL script.</p.
From a KSH script, invoke a PERL script and do some database operations and retrieve a record. This record is exported using export command. Once PERL script exits, this variable is not visible to SHELL.
How can this be overcome ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: exporting environment variable to KSH
by duff (Parson) on Mar 05, 2004 at 04:41 UTC | |
|
Re: exporting environment variable to KSH
by graff (Chancellor) on Mar 05, 2004 at 04:44 UTC | |
|
Re: exporting environment variable to KSH
by Anonymous Monk on Mar 05, 2004 at 05:47 UTC | |
|
Re: exporting environment variable to KSH
by ambrus (Abbot) on Mar 05, 2004 at 15:06 UTC |