Perl

Hello World!

Just testing if my syntax highlighter works! #!/usr/bin/env perl use strict; use warnings; print “Hello World!\n”; This seems to be working and after some changes to my themes’ stylesheet it looks a bit better.

Scroll to Top