in reply to Re^2: Passing filehandles to subroutines
in thread Passing filehandles to subroutines
I use Pod::HTML in a mod_perl handler to generate "Help" screens on the fly when a user clicks on the Help menu item in my CGI application. The module uses a named filehandle, which when used in "interactive" mode is opened against "". Works great from the command line - but completely baulks under mod_perl. Back to the drawing board: I worked around it by supplying it with a temporary (session based) file name, and then reading the resultant file and printing it to (what appears to be) STDOUT.
rdfield
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Passing filehandles to subroutines
by Aristotle (Chancellor) on Feb 17, 2003 at 14:07 UTC | |
by rdfield (Priest) on Feb 17, 2003 at 16:14 UTC | |
by Aristotle (Chancellor) on Feb 17, 2003 at 23:44 UTC |