-=| Damyan Ivanov, Wed, Apr 21, 2010 at 07:37:55AM +0300 |=-
> -=| Kevin Ryde, Wed, Apr 21, 2010 at 08:08:39AM +1000 |=-
> > open my $fh, '<', '/etc/motd' or die;
> > tell(fileno($fh))
> 
> Same on amd64. The Lenny version also segfaults (amd64 and i386).

It is interesting that 'print fileno($fh)' works (prints '3') and 
tell(3) complains politely ('tell() on unopened filehandle 3 at -e 
line 1.'). It is the combination of the two that triggers some magic.

Attachment: signature.asc
Description: Digital signature

Reply via email to