in reply to Feeding data to external program
because the second line is printed to the log and not executed. If you want a log then perhaps use something like thisprint LOG <<EOJ; print EXTPROGRAM <<EOJ;
pojmy @data=<<EOJ; (line1 to send to external program) (line2 to send to external program) (line3 to send to external program) EOJ for (@data){ print LOG; print EXTPROGRAM; }
|
|---|