Matt Sergeant schreef: > perl -Mstrict -le 'if (1) { if (open(my $fh, q(/etc/passwd))) { print > "inner"; } } system(qq(ls -l /proc/$$/fd));' > > Shows that the filehandle just isn't closed AT ALL (until program > exit). That's another bug. The "if (1) {}" can be optimized away, but should at least leave a (scoping) block. -- Affijn, Ruud "Gewoon is een tijger."Thread Previous | Thread Next