in reply to Re: Retriving Filename from Filehandle
in thread Retriving Filename from Filehandle
You could just write a subclass of IO::File which keeps
track of this stuff for you. Since an IO::File object is
a glob reference, you can stuff the additional info in
the hash portion of the glob (I believe...).