Rob Dixon wrote:
>
> Dan Anderson wrote:
> >
> > I have a module that works with a couple of different file handles. Is
> > it possible to hide them within an anonymous hash? {} (i.e. the objects
> > data). Right now I have:
> >
> > if (condition_is_met()) {
> > open("FILE"," > }
> >
> > This
Wiggins D'Anconia wrote:
>
> Dan Anderson wrote:
>
> > I have a module that works with a couple of different file handles. Is
> > it possible to hide them within an anonymous hash? {} (i.e. the objects
> > data). Right now I have:
> >
> > if (condition_is_met()) {
> > open("FILE"," > }
> >
> >
Tuesday, October 07, 2003 3:44 PM
To: [EMAIL PROTECTED]
Subject: Re: Holding File handles in a {} anonymous hash
Dan Anderson wrote:
> I have a module that works with a couple of different file handles. Is
> it possible to hide them within an anonymous hash? {} (i.e. the objects
> data).
Dan Anderson wrote:
> I have a module that works with a couple of different file handles. Is
> it possible to hide them within an anonymous hash? {} (i.e. the objects
> data). Right now I have:
>
> if (condition_is_met()) {
> open("FILE"," }
>
> This is in the main body of my package (and thus
On Tue, 07 Oct 2003 15:22:34 -0400, Dan Anderson <[EMAIL PROTECTED]> wrote:
> I have a module that works with a couple of different file handles. Is
> it possible to hide them within an anonymous hash? {} (i.e. the objects
> data). Right now I h