Introduction into SPIP - Simple Presentations In Perl
Color Code Example
<<<
<
>
>>>
Contents
The Color Code file to the Color Code
#!/usr/bin/perl
use strict
;
use warnings
;
print
"
Hello World!
\n
"
;
looks like this:
continue
+++
^^
Copyright Christian Dühl February 2005