Hi:I have a long line in my perl script which I want
to break into multiple lines but still want the perl
compiler to assume it's one line. I want to do this
since the line very long and accnot be viewed in one
screen. Like

system("echo \"update alerts.journal set Text1 =
'$PING' where Serial = $ARGV[0];\ngo\nquit\n\" |
/opt/Omnibus/bin/nco_sql -server
NCOMS_DC1  -user root -passwd gtsgroup");

what do I need to put at the end of the lines except
the last one which is of course ";".

Thanks
Ravi

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Reply via email to