![]() |
|
more useful options | |
PerlMonks |
Re: How do I set env. Variables from Perl with shell scriptby jettero (Monsignor) |
on May 04, 2009 at 12:00 UTC ( [id://761705]=note: print w/replies, xml ) | Need Help?? |
You can't, without doing strange things like the answers below. The basic problem is that when you fork a shell and create variables, there isn't an interface to propagate them back upwards. -Paul
In Section
Seekers of Perl Wisdom
|
|