in reply to Re: Heredoc with system call
in thread Heredoc with system call
system("lsnrctl <<\"EOF\" set password oracle set current_listener LISTENER status EOF ") == 0 or die "Couldn't run listener control: $?";
<< was unexpected at this time. Couldn't run listener control: 256 at C:\heredoc_test.pl line 4.
Bobby
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Heredoc with system call
by diotalevi (Canon) on Dec 18, 2008 at 05:51 UTC |