in reply to Re: EOF problem with sqlplus on Windows
in thread EOF problem with sqlplus on Windows
as output.a b
i.e. using the newline itself.perl -lwe 'my $x=qx(echo a echo b);print $x'
Nevertheless, HERE docs are not interpreted by the shell.
Update: Stupid me. Used echo instead of cat in testing.
|
|---|