in reply to
Creating temporary files without File::Temp
What exactly is not working when you try to do this? Maybe you just have a mismatch in your subroutine args or something.
Comment on
Re: Creating temporary files without File::Temp
Replies are listed 'Best First'.
Re: Re: Creating temporary files without File::Temp
by
c
(Hermit)
on Feb 28, 2002 at 16:02 UTC
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
[reply]
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.
[reply]
In Section
Seekers of Perl Wisdom