Re: File Parsing

2005-05-13 Thread $Bill Luebkert
Kamal Ahmed wrote: > Hi, > > I am new to perl, and would really appreciate if anyone can help me, with > this: > > Following are sample lines from log files > > I have to write a perl script which will parse all these files, and : > > 1. Count the number of "INFO" or whatever text is in the fi

File Parsing

2005-05-13 Thread Kamal Ahmed
Hi, I am new to perl, and would really appreciate if anyone can help me, with this: Following are sample lines from log files I have to write a perl script which will parse all these files, and : 1. Count the number of "INFO" or whatever text is in the file, and print only those lines that have

Win32::SerialPort collecting data stream

2005-05-13 Thread robert johnson
i just can't get this figured out. i have a device, that reports ascii data via a typical (DB-9) serial port. i set up Win32::SerialPort in the following method: $comm = Win32::SerialPort->new($port) or die "Close any application using $port\n"; $comm->baudrate($baud); $comm->databits($dbits); $

RE: Tk::ExecuteCommand on perl5.8

2005-05-13 Thread John Serink
I think I read that file events don't work with WIn32 Perl/Tk. :) JOhn > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sisyphus > Sent: Friday, May 13, 2005 6:00 PM > To: Igor Litmanovich; perl-win32-users > Subject: Re: Tk::ExecuteCommand on pe

Re: Tk::ExecuteCommand on perl5.8

2005-05-13 Thread Sisyphus
- Original Message - From: "Sisyphus" <[EMAIL PROTECTED]> > > - Original Message - > From: "Igor Litmanovich" <[EMAIL PROTECTED]> > > > > I'm trying to run a non-blocking command with Tk::ExecuteCommand > > on perl5.8 but do not get any output in tk window, although the > > co