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
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
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);
$
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
- 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