http://qs1969.pair.com?node_id=148256


in reply to Re: Creating temporary files without File::Temp
in thread Creating temporary files without File::Temp

well, when using IO::File, i tend to get temp files created with a value of IO::File=GLOB(0x80cb9bc)

perhaps it is incorrect code? -c

  • Comment on Re: Re: Creating temporary files without File::Temp

Replies are listed 'Best First'.
Re: Re: Re: Creating temporary files without File::Temp
by perrin (Chancellor) on Feb 28, 2002 at 16:04 UTC
    It's giving you a reference to an IO::File object. If you want the file name or a file handle, you can get it from that object.