Owen [O], on Tuesday, June 21, 2005 at 14:56 (+1000) typed the
following:
O> my $text = '/data/PerlScripts/test.txt';
this is your text you'd like to convert, or it is textfile, where you
have content you'd like to convert ? I think the 2nd option is right,
so you need to:
my $file = '/d
Could someone tell me how I am not using the HTML::FromText module correctly
This is more or less copied from the documentation but does not produce html?
TIA
Owen
#!/usr/bin/perl
use HTML::FromText;
use strict;
my $text = '/data/PerlScripts/test.txt';
my $h