Skip Menu |

This queue is for tickets about the Modern-Perl CPAN distribution.

Report information
The Basics
Id: 50181
Status: open
Priority: 0/
Queue: Modern-Perl

People
Owner: Nobody in particular
Requestors: NUFFIN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: should load IO::Handle and FileHandle
Since Perl blesses IO objects into those classes, if they are loaded this allows method style invocations on builtin handles too.
On Sat Oct 03 13:39:43 2009, NUFFIN wrote: Show quoted text
> Since Perl blesses IO objects into those classes, if they are loaded > this allows method style > invocations on builtin handles too.
I load IO::Handle in nextgen? Why should we use Filehandle? What is the advantage of it? -- Evan Carroll System Lord of the Internets http://www.evancarroll.com
Subject: Re: [rt.cpan.org #50181] should load IO::Handle and FileHandle
Date: Wed, 6 Oct 2010 11:16:33 +0200
To: bug-Modern-Perl [...] rt.cpan.org
From: Yuval Kogman <nuffin [...] cpan.org>
On 4 October 2010 22:55, Evan Carroll via RT <bug-Modern-Perl@rt.cpan.org>wrote: Show quoted text
> > I load IO::Handle in nextgen? Why should we use Filehandle? What is the > advantage of it? >
FileHandle is a subclass with more methods specific to IO handles that are backed by actual files (seekable, etc).