Entries tagged "perl".
#!/usr/bin/perl -w use strict; use warnings; print "Hello, world\n"; # this code is syntax highlighted, unless there is a bug ;)