Re: using HTML::FromText

2005-06-20 Thread Ing. Branislav Gerzo
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

using HTML::FromText

2005-06-20 Thread Owen
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