Re: Win32::SerialPort to log file

2003-12-15 Thread drieux
On Dec 15, 2003, at 12:23 AM, Ron Willmert wrote: drieux wrote: [..] do you mean that you are using [..] Thanks! you are more than welcome. You will of course forgive the brief 'evil Homer Simpson moment' Yes, that's t

Re: Win32::SerialPort to log file

2003-12-15 Thread Ron Willmert
drieux wrote: On Dec 12, 2003, at 7:06 PM, [EMAIL PROTECTED] wrote: I'm trying to get a script to save a barcode scanner's output to a log file. [..] do you mean that you are using use Win32::SerialPort; # use s

Re: Win32::SerialPort to log file

2003-12-13 Thread drieux
On Dec 12, 2003, at 7:06 PM, [EMAIL PROTECTED] wrote: I'm trying to get a script to save a barcode scanner's output to a log file. [..] do you mean that you are using use Win32::SerialPort; # use strict; use warn

Win32::SerialPort to log file

2003-12-12 Thread perlrw
I'm trying to get a script to save a barcode scanner's output to a log file. I've been trying to use Win32::SerialPort and my script has begun to slip into a "grasping at straws" state of disarray. I found a script by Bruce S. Garlock that I thought would do about what I wanted. Here's what it's