Re: first steps with perl, a log reader
From: R. Joseph Newton (rjnewton_at_efn.org)
Date: 11/17/03
- Next message: R. Joseph Newton: "Re: selecting select as an option was Re: first steps with perl, a log reader"
- Previous message: R. Joseph Newton: "Re: Logging to a Server via ftp."
- In reply to: Guardian Angel: "Re: first steps with perl, a log reader"
- Next in thread: Guardian Angel: "Re: first steps with perl, a log reader"
- Reply: Guardian Angel: "Re: first steps with perl, a log reader"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 16 Nov 2003 21:19:37 -0800 To: the_guard@gmx.net
Guardian Angel wrote:
>
> I was looking for the > and < operators. I had used them with backticks
> (but gave a error message, because it was a "greater then" value,
> because i left spaces like print $a > $b instead of print $a>$b ....
> But now... i want to be more precise with my script.
> So i made 2 extra if loops, 1 is looking for errors, and if so, also
> check if there is no 127.0.0.x adres in it anymore (works so far :D)
Whoa! This is not the way to get a programming job done. Rambling does not get you there.
Before you can write effective code, you have to focus your thinking process. Don't get
caught up in fascination with coding tricks. Look for tools to accomplish clearly defined
purposes. Express those purposes, and the steps to achieve them, in plain language.
Most important, take a breath.
Joseph
- Next message: R. Joseph Newton: "Re: selecting select as an option was Re: first steps with perl, a log reader"
- Previous message: R. Joseph Newton: "Re: Logging to a Server via ftp."
- In reply to: Guardian Angel: "Re: first steps with perl, a log reader"
- Next in thread: Guardian Angel: "Re: first steps with perl, a log reader"
- Reply: Guardian Angel: "Re: first steps with perl, a log reader"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|