in reply to Re: How to "source" a shell file in Perl?
in thread How to "source" a shell file in Perl?
Pushing the environment variables to the parent process isn't possible I know but what I could do is create a child process, capture the environment variables that are set and send that back to the parent process to handle. A bit of a hack but that should satisfy the requirements.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to "source" a shell file in Perl? (Trojan Dump)
by LanX (Saint) on Jun 12, 2013 at 20:04 UTC | |
by jfroebe (Parson) on Jun 12, 2013 at 20:46 UTC | |
by LanX (Saint) on Jun 12, 2013 at 20:50 UTC | |
|
Re^3: How to "source" a shell file in Perl?
by LanX (Saint) on Jun 12, 2013 at 19:40 UTC |