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

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.
  • Comment on Re: Re: Re: Creating temporary files without File::Temp