in reply to pass perl variable to shell script
Turn the problem inside out. Instead of using Perl within you shell script, use OS tools from within Perl. That is, replace the shell script with a Perl script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: pass perl variable to shell script
by arthurs (Novice) on Aug 11, 2010 at 15:01 UTC |