in reply to Re^2: pass variable to another process when invoking from command line
in thread pass variable to another process when invoking from command line

while (my $var = <STDIN>) isn't any shell language I know of. You're mixing perl and something else.

  • Comment on Re^3: pass variable to another process when invoking from command line
  • Download Code