in reply to Re: Reading from a filehandle written to by a subroutine?
in thread Reading from a filehandle written to by a subroutine?
I'm trying to get info out of a Subversion repository, using the Subversion perl bindings. One of those modules has a method (cat) where you specify the a target (including a revision number), and it writes that version of the file to a filehandle you give it. So, there's no file for me to open, but I need to be able to read from the resulting filehandle to get back the file from the repository.
The Memory file seems like a promising tack to take, I'll try that.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Reading from a filehandle written to by a subroutine?
by Joost (Canon) on Mar 17, 2005 at 20:33 UTC |