in reply to Code formatting

My approach to this would be to take one of the better Perl code highlighters that output HTML, and import that HTML into the Word document, best by automating Word via Win32::OLE instead of a manual process, to keep the document and the code in sync. You could also try whether master documents (or central documents) work with file types different from .doc...

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web

Replies are listed 'Best First'.
Re: Re: Code formatting
by naChoZ (Curate) on Jul 02, 2003 at 14:04 UTC