Re: Rationale for $!

2016-01-27 Thread Peter Pentchev
Well, it makes it possible to write this concise thing: try my $f = open ...; die "Could not open $fname: $!" if $!; G'luck, Peter -- Peter Pentchev r...@ringlet.net r...@freebsd.org p...@storpool.com PGP key:http://people.FreeBSD.org/~roam/roam.key.asc Key fingerp

Re: It's time to use "use 6.c"

2016-02-09 Thread Peter Pentchev
> b) subject line should be "use 6.c", the "v" is depreciated... edited For the record, just to clear up some possible confusion, "use 6.c" doesn't work in source files; you need "use v6.c". G'luck, Peter -- Peter Pentchev r...@ringlet.net r