in reply to Re^3: 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

yep, thats one way!
But this will probably work too
my ($q, $offset) = @ARGV ;
But be careful testing your code using my previous example as already mentioned by Fletch :)
  • Comment on Re^4: need help to passing argument to executable and get return the result
  • Download Code