The Color Code file to the Color Code
#!/usr/bin/perllooks like this:
{{{ORANGE}}}#!/usr/bin/perl {{{RED}}}use strict{{{OFF}}}; {{{RED}}}use warnings{{{OFF}}}; {{{BLUE}}}print {{{GREEN}}}"{{{OLIVE}}}Hello World!{{{RED}}}\n{{{GREEN}}}"{{{OFF}}};
The generated HTML code for this Color Code looks like this:
<span class="orange"><strong>#!/usr/bin/perl<br /> </strong></span><span class="red"><strong>use strict</strong></span>;<br /> <span class="red"><strong>use warnings</strong></span>;<br /> <br /> <span class="blue"><strong>print </strong></span><span class="green"><strong>"</strong></span><span class="olive"><strong>Hello World!</strong></span><span class="red"><strong>\n</strong></span><span class="green"><strong>"</strong></span>;<br /> </tt>