Guessing here:
Perl is probably expecting a special character after each "<" and/or
"/".
Kind of how it interprets "\n" as a newline.
If you would want to print "\n" literally, you would have to use an
escape character to let Perl know the following character has no special
meaning.
So print ("\n"); would print a newline, but print ("\\n"); would
literally print "\n".
Try to put a leading "\" to your "<" and "/"'s
Serge.
-----Original Message-----
From: Valeriana Roncero [mailto:[EMAIL PROTECTED]
Sent: zaterdag 21 april 2001 2:54
To: [email protected]; [EMAIL PROTECTED]
Subject: [rrd-users] RRDtool + NTop
Hi !!!
How can I configure rrdtool to find
the data that ntop produces....
I have two files nwUsage.pl and
protoUsage.pl but when I run them from
the prompt they give me the same erro
message:
./nwUsage.pl &
[1] 31674
[EMAIL PROTECTED] html]# Bareword found where operator expected at (eval 7)
line
7, near "/H1>
</CENTER"
(Might be a runaway multi-line // string starting on line 6)
(Missing operator before CENTER?)
Bareword found where operator expected at (eval 7) line 9, near "<A
HREF="http://www-serra.unipi.it/~ntop/">ntop" (Missing operator before
ntop?)
Bareword found where operator expected at (eval 7) line 10, near "/A>
v.1.1
MT [i586-pc-linux-gnu] listening on eth0<br>
<address>© 1998-99 by <A HREF=mailto:[EMAIL PROTECTED]>L. Deri</A"
(Might be a runaway multi-line // string starting on line 9)
(Missing operator before A?)
Bareword found where operator expected at (eval 7) line 10, near
"/font></BODY"
(Missing operator before BODY?)
987795013:0::::0:::::::0:
Bareword found where operator expected at (eval 8) line 7, near "/H1>
</CENTER"
(Might be a runaway multi-line // string starting on line 6)
(Missing operator before CENTER?)
Bareword found where operator expected at (eval 8) line 9, near "<A
HREF="http://www-serra.unipi.it/~ntop/">ntop" (Missing operator before
ntop?)
Bareword found where operator expected at (eval 8) line 10, near "/A>
v.1.1
MT [i586-pc-linux-gnu] listening on eth0<br>
<address>© 1998-99 by <A HREF=mailto:[EMAIL PROTECTED]>L. Deri</A"
(Might be a runaway multi-line // string starting on line 9)
(Missing operator before A?)
Bareword found where operator expected at (eval 8) line 10, near
"/font></BODY"
(Missing operator before BODY?)
987795166:0::::0:::::::0:
--
Unsubscribe mailto:[EMAIL PROTECTED]
Help mailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
--
Unsubscribe mailto:[EMAIL PROTECTED]
Help mailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi