Re: Program to read data from serial port, filter and process

2005-01-26 Thread John W. Krahn
Jason Balicki wrote: Charles K. Clarkson wrote: Repost your script to the previous web link and I'll take another look on Thursday. I will do that. In the meantime, I've implimented many of the suggestions everyone has given me, but I'm a bit stumped on this: I have t

RE: Program to read data from serial port, filter and process

2005-01-26 Thread Jason Balicki
Charles K. Clarkson wrote: > Repost your script to the previous web link and I'll take > another look on Thursday. I will do that. In the meantime, I've implimented many of the suggestions everyone has given me, but I'm a bit stumped on this: I have the function:

RE: Program to read data from serial port, filter and process

2005-01-25 Thread Charles K. Clarkson
Jason Balicki <[EMAIL PROTECTED]> wrote: : if you've got any helpful tips though... :) Coping with Scoping: http://perl.plover.com/FAQs/Namespaces.html Repost your script to the previous web link and I'll take another look on Thursday. HTH, Charles K. Clarkson -- Mobile Homes Specialist 2

RE: Program to read data from serial port, filter and process

2005-01-25 Thread Jason Balicki
Charles K. Clarkson wrote: > As John already posted, you should be using warnings and > strict in your script. Below the first line (the shebang) > place these lines. This will break your script. You'll need > to ask some questions and read the documentation to get it

RE: Program to read data from serial port, filter and process

2005-01-25 Thread Charles K. Clarkson
Jason Balicki <[EMAIL PROTECTED]> wrote: : Some people emailed me privately and asked that I do post : what I've come up with to the list. : : I wrote this program over the course of the last week, : starting with very little perl experience (I've modified : others code, and small things like tha

Re: Program to read data from serial port, filter and process

2005-01-24 Thread John W. Krahn
Jason Balicki wrote: Some people emailed me privately and asked that I do post what I've come up with to the list. I wrote this program over the course of the last week, starting with very little perl experience (I've modified others code, and small things like that) and acomplished a goal that pri