HTML::Display::TempFile - base class to display HTML via a temporary file
Contents
License
This module is released under the same terms as Perl itself.
perl v5.36.0 2022-10-15 HTML::Display::TempFile(3pm)
Name
HTML::Display::TempFile - base class to display HTML via a temporary file
Synopsis
package HTML::Display::External;
use parent 'HTML::Display::TempFile';
sub browsercmd {
# Return the string to pass to system()
# %s will be replaced by the temp file name
};
