in reply to
Passing values from Perl script to shell script
You don't put any values in
$var1
or
$var2
, so it's not surprising that the shell script receives none.
Comment on
Re: Passing values from Perl script to shell script
Select
or
Download
Code
In Section
Seekers of Perl Wisdom