By appending it to the command invocation and grabbing it as a normal perl command would:__INSERT__($iwperl); __INSERT__($iwhome);\custom\bin\deploy.ipl -d __INSERT__($some_variable);__
"__INSERT__($iwperl $iwhome/custom/bin/deploy.ipl -d $some_variable);"
Oh Please - simplify that to just:"__INSERT__($iwperl $iwhome/custom/bin/deploy.ipl -d $some_variable);" (and get rid of that trailing '__' ;-)
In this example what will be the value of ARGV.What ARGV value should I use for $some_variable in my ipl file. Please tell with an example.