Preserved Topic: ActivePerl problems |
|
---|---|
Author | Thread |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-07-2001 23:09
ActivePerl is a Perl interpreter/compiler/whateverer for Windows, made by ActiveState (should be at www.activestate.com or something like that, i forget). |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-07-2001 23:15 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-08-2001 00:58
Oh, that would be good. Can someone confirm that? And what's AFAIK mean? |
Paranoid (IV) Inmate From: other places |
posted 05-08-2001 03:42
As Far As I Know, Mr. Max is correct (he usually is). |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-08-2001 07:01 |
Paranoid (IV) Inmate From: north hills, ca usa |
posted 05-08-2001 19:41
1. AFAIK, it means "As far as i know" |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-08-2001 20:59
Well, the same script runs fine when I comment out the flock() function, so I don't think most of those are the problems. I don't know what the -w switch does, but I tried it and it didn't work any differently. |
Paranoid (IV) Inmate From: north hills, ca usa |
posted 05-08-2001 22:24
The "-w" prints compilation and run time warnings - |
Paranoid (IV) Inmate From: other places |
posted 05-08-2001 22:24
the -w is a very good habit. It makes Perl warn you when you're doing things that range from lazy to dumb. It enhances error reporting quite a lot. Use it. Live by it. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-09-2001 14:33 |