ivey has asked for the wisdom of the Perl Monks concerning the following question:

I've just written some code that re-implements a Java research project in perl. I'd like to put it up for the Java group to poke at, to see how the languages differ/are the same.

Does anyone know of a good web-processor for perl code? I'd like something that made method calls into links to the approriate place, color-syntax hihlighting, etc...and it needs to be OO-perl aware.

thanks in advance

Replies are listed 'Best First'.
RE: Formatting perl code for the web
by dempa (Friar) on Jun 13, 2000 at 02:15 UTC
      i pulled down the debian package, and it does an OK job... but it doesn't do the inter-file linking that i was looking for. for single files, it looks great, especially with -N, for line numbers that are links.

      --
      michael d. ivey, ivey@gweezlebur.com

        I use Vim, except the only problem is that converting large numbers of files would be tedious....
Re: Formatting perl code for the web
by princepawn (Parson) on Jun 13, 2000 at 21:25 UTC
    on freshmeat there is PrettyPerl