webgui/designdocs/test
2008-02-15 21:34:56 +00:00

7 lines
206 B
Text

# Use the program 'html2pod' that comes in this dist, or:
use Pod::HTML2Pod;
print Pod::HTML2Pod::convert(
'file' => 'commerce.html', # input file
'a_href' => 1, # try converting links
);