in reply to Re^2: need help to passing argument to executable and get return the result
in thread need help to passing argument to executable and get return the result
i'm not getting how can i handle it.$output='xyz.pl $param1 $param2'; where $param1=''; $param2=0;
my ($x,$y)=@argv;
|
|---|