in reply to Re^2: Pod::Usage and Taint Mode
in thread Pod::Usage and Taint Mode
> The --man option is the only thing left to fix.
Excuse me for reviving the thread but I had the same problem today and found a working solution elsewhere on the web that I would like to appear here:
pod2usage({-verbose => 2, -input => \*DATA});
or, if called inside a package
pod2usage({-verbose => 2, -input => \*::DATA});
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Pod::Usage and Taint Mode
by ghenry (Vicar) on May 15, 2009 at 23:16 UTC |