Re: Displaying another page

2004-05-17 Thread Vadi
On Mon, 17 May 2004 10:13:04 +0100, Werner Otto <[EMAIL PROTECTED]> wrote: Hi there, I have the following situation where I need to call a html page depending on. if($name eq "") { call/display my html page. } Can anyone help me out with the syntax for that one line please. You can do it in

RE: Network Traffic Monitoring

2004-05-17 Thread Greg
MRTG is fairly basic but it will give some stats. I believe 5min, 1 day, 1 month. Greg. -Original Message- From: Werner Otto [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 4:57 AM To: [EMAIL PROTECTED] Subject: Network Traffic Monitoring Hi there, Does anyone know of a good, and

Re: Displaying another page

2004-05-17 Thread Andrew Gaffney
Octavian Rasnita wrote: I have the following situation where I need to call a html page depending on. if($name eq "") { call/display my html page. } > > You can do something like this: > > print "Location: http://www.site.com/file.html\n\n";; > > Teddy I don't think that would work by itself. Yo

perl.beginners.cgi Weekly list FAQ posting

2004-05-17 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres

Re: Network Traffic Monitoring

2004-05-17 Thread Paul Archer
This has zip to do with Perl or CGI. If you're going to post off-topic, at least have the courtesy to say "Hey, this is off-topic, but I haven't been able to find the answer anywhere else..." That said, try ntop (www.ntop.org). Paul Archer 1:56pm, Werner Otto wrote: > Hi there, > > Does anyone k

Network Traffic Monitoring

2004-05-17 Thread Werner Otto
Hi there, Does anyone know of a good, and good looking network monitoring open source web based application? Something that includes kb/s and response time. And of course can be viewed in a web-page format(graphs). Kind Regards, Werner Otto -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: Displaying another page

2004-05-17 Thread Octavian Rasnita
Hi, You can do something like this: print "Location: http://www.site.com/file.html\n\n";; Teddy - Original Message - From: "Werner Otto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 17, 2004 12:13 PM Subject: Displaying another page > Hi there, > > I have the followi

Displaying another page

2004-05-17 Thread Werner Otto
Hi there, I have the following situation where I need to call a html page depending on. if($name eq "") { call/display my html page. } Can anyone help me out with the syntax for that one line please. -- Kind Regards, Werner Otto -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma