sen has asked for the wisdom of the Perl Monks concerning the following question:
Not able to pass the scalar value from Perl script to shell script.
#Perl script $var1 = 3; $var2 = 5; system ("shell_script.sh", $var1, $var2);
Any help much appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing values from Perl script to shell script
by gmargo (Hermit) on Dec 09, 2009 at 15:59 UTC | |
|
Re: Passing values from Perl script to shell script
by moritz (Cardinal) on Dec 09, 2009 at 15:18 UTC | |
|
Re: Passing values from Perl script to shell script
by leocharre (Priest) on Dec 09, 2009 at 18:24 UTC | |
by afoken (Chancellor) on Dec 09, 2009 at 19:11 UTC | |
by ikegami (Patriarch) on Sep 18, 2022 at 21:09 UTC | |
by afoken (Chancellor) on Sep 19, 2022 at 07:33 UTC | |
by ikegami (Patriarch) on Jun 12, 2023 at 16:44 UTC | |
by leocharre (Priest) on Dec 10, 2009 at 17:17 UTC | |
by afoken (Chancellor) on Dec 10, 2009 at 19:52 UTC |