Problem with perl distro?

2003-09-23 Thread Peter M Aarestad
I have a script that I noticed was giving me problems with the Cygwin version of Perl when I ran it, but the same script works fine with the AcitveState version of Perl. The key lines of the main loop look like this: while () { chomp; if (!$desc and /^(\w+):$/) { # warning line

RE: Problem with perl distro?

2003-09-23 Thread Peter M Aarestad
-- "DePriest, Jason R." <[EMAIL PROTECTED]> wrote: > Speaking of builds, can you please specify which version of perl you are > using under Cygwin and which version of ActiveState Perl you are using? According to setup.exe, I have cygwin 1.5.5-1 and perl 5.8.0-5 installed. My version of ActiveS

RE: Problem with perl distro?

2003-09-23 Thread Peter M Aarestad
-- "DePriest, Jason R." <[EMAIL PROTECTED]> wrote: > Can you provide a simple but complete script and data source that > recreate your error? This is too weird. I've stripped down my script to its roots, but now I'm getting warnings with ActivePerl too! This time, I'm getting warnings on every l

RE: Problem with perl distro?

2003-09-23 Thread Peter M Aarestad
-- "DePriest, Jason R." <[EMAIL PROTECTED]> wrote: > Great job! This seems to fix it under Cygwin perl 5.8.0-5, but I still > get errors using ActiveState Perl for Windows. Which probably means > (unless Peter cannot get this fix working under Cygwin) that we should > take it off the list. I

Re: Problem with perl distro?

2003-09-23 Thread Peter M Aarestad
Gerrit P. Haase wrote: # Variables used in loop my $screen = ""; my $fldname = ""; Changing my script to this and using "export PERLIO=crlf" got rid of all the warnings for me. I didn't know the latter, so thanks for teaching me something new today! :)

Re: Install problem

2003-10-16 Thread Peter M Aarestad
Hannu E K Nevalainen wrote: From: Peter Aarestad A couple of addenda: 1) I have a direct connectino to the internet (via my router) and I've run the installer many times before. 2) I just downloaded another program that tries to connect to the Internet (Apple's iTunes program) and it's re