ishootperls has asked for the wisdom of the Perl Monks concerning the following question:
Im writing a web app similar to perlcritic.com, where a user uploads their source code and after it gets evaluated it displays the source code back to the user in the browser. I love how perlcritic.com uses line numbers and color code italics and such to display the code in the iFrame. Does any one know what Jeffrey Talhammer might have used to achieve this? I tried googling for a possible perl module, but no luck. Thanks Monks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I display code using a pretty print type to the browser?
by tobyink (Canon) on Aug 15, 2012 at 16:02 UTC | |
|
Re: How do I display code using a pretty print type to the browser?
by influx (Beadle) on Aug 15, 2012 at 15:58 UTC | |
|
Re: How do I display code using a pretty print type to the browser?
by aaron_baugher (Curate) on Aug 15, 2012 at 22:15 UTC | |
|
Re: How do I display code using a pretty print type to the browser?
by ishootperls (Novice) on Aug 15, 2012 at 21:06 UTC |