gclef has asked for the wisdom of the Perl Monks concerning the following question:
which will write the contents of $target to FILEHANDLE (and does treat it as a filehandle). Problem: I can't figure out how to get a filehandle other than STDOUT to work (I don't want to dump this to STDOUT, I want to read the data out of the filehandle & parse it).$object->cat(\*FILEHANDLE, $target)
Thanks for the help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading from a filehandle written to by a subroutine?
by BrowserUk (Patriarch) on Mar 17, 2005 at 17:14 UTC | |
by gclef (Initiate) on Mar 17, 2005 at 17:41 UTC | |
by Joost (Canon) on Mar 17, 2005 at 20:33 UTC | |
|
Re: Reading from a filehandle written to by a subroutine?
by holli (Abbot) on Mar 17, 2005 at 17:06 UTC | |
|
Re: Reading from a filehandle written to by a subroutine?
by Mugatu (Monk) on Mar 17, 2005 at 17:05 UTC | |
|
Re: Reading from a filehandle written to by a subroutine?
by VSarkiss (Monsignor) on Mar 17, 2005 at 17:15 UTC | |
|
Re: Reading from a filehandle written to by a subroutine?
by sh1tn (Priest) on Mar 17, 2005 at 17:26 UTC |