|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: Not understanding this behavior
|
Unrelated, but:
On Wed, May 04, 2005 at 09:01:24AM -0400, Eric Lucas wrote:
> open OF, ">../$outfilename" or die "ERROR: cannot open ../$outfilename for some reason!\n" ;
better written as "can't open ../$outfilename: $!" (the 'some reason' is
in $!).
hdp.
-
**Majordomo list services provided by PANIX <URL:http://www.panix.com>**
**To Unsubscribe, send "unsubscribe phl" to majordomo@lists.pm.org**
|
|