Re: Nice HTML printing of a perl script

[email protected] (Andrea Holstein) Wed, 13 Feb 2002 13:30:50 +0100
Newsgroups perl.scripts
Message-ID <[email protected]>
In article <[email protected]> wrote "John W. Krahn" <[email protected]>:

>> I'm searching a script that prints a
>> syntax highlighted perl script in HTML.
>> Speed is not important, but correctness
>> (at least as good as emacs or texpad).
>> 
>> Does anybody know where I can find such any one.
> 
> perltidy -html yourfile.pl
> 
> http://perltidy.sourceforge.net
> 

Thank you very much.
It's really good - better than emacs!

Andrea