Opening multiple files in parallel

2002-11-26 Thread Cutts III, James H.
I am developing an application where I am importing data from 4 separate flat files. A single record spans across all four of the files. I would like to be able to open all 4 files in parallel to make it easier to process them at the same time. The code I would like to use is: #

RE: ppm3 search *all* repositories ???

2002-09-23 Thread Cutts III, James H.
-Original Message- From: Michael D. Schleif [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 21:24 Cc: Perl-Win32-Users List Service Subject: Re: ppm3 search *all* repositories ??? Sisyphus wrote: - Original Message - From: Michael D. Schleif [EMAIL PROTECTED]

Installing Libwww-perl on ASPerl 5.6.1 Build 633 with PPM3

2002-09-17 Thread Cutts III, James H.
I have had considerable trouble installing libwww-perl on my AS Perl 5.6.1 Build 633 on WinNT 4.0. I had been having some strange configuration problems with Perl, so I completely uninstalled AS Perl 5.6.1 Build 62x and installed AS Perl 5.6.1 Build 633. The installation went well and

RE: another DBI upgrade problem

2002-07-18 Thread Cutts III, James H.
I just updated my ActiveState PERL to version 5.6.1, build 633 on my NT 4.0 box. Since the upgrade I've been having similar problems running Perl from the dos prompt. I was getting a similar message when I tried the describe command from PPM3. Additionally, other strange events would

RE: Strange change in WinNT environment: File association to .PL now give error message

2002-07-15 Thread Cutts III, James H.
Title: RE: Strange change in WinNT environment: File association to .PL now give error message Fernando, Thanks for the suggestion. Unfortunately, the associations and file typing are correct: D:\Projects\PerlASSOC .PL.PL=Perl D:\Projects\PerlFTYPE PERLPERL="D:\BIN\Perl\bin\perl.exe"

Printing to 2 destinations with one statement in Windows

2002-06-07 Thread Cutts III, James H.
I am using ActiveState Perl v5.6.1 build 631 for a bunch of different projects. I keep coming up with the same need in most of my programs. I would like to be able to direct output to both the screen and a file without having to use pairs of print statements. The code: print