in reply to Capturing output from Pod::Html to a scalar
The problem here is how to tie STDOUT to a variable, and i really don't know how to do that. However, you can always use 2 scripts to get the output of pod2html() into a variable, via backticks, opening a pipe, etc.
Don't forget, there is also pod2html, which comes with the standard dist (on *nix at least).
Now, if anybody knows how to capture STDOUT into a variable via tie, please let me know. ;)
jeffa
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (jeffa) Re: Capturing output from Pod::Html to a scalar
by jj808 (Hermit) on Sep 07, 2001 at 20:12 UTC |