#!/usr/bin/perl use strict; use warnings; print "Hello, world!\n";
I can't find code prettyprint for comments in MT, so
#!/usr/bin/env perl use 5.010; use strict; use warnings; say "Welcome!";
use 5.010; use strict; use warnings;
say "Welcome!";
#!/usr/bin/env perl use common::sense; say "Welcome too!"; # ok, I know that common::sense is not standard (but I think it should be)
# ok, I know that common::sense is not standard (but I think it should be)
I blog about Perl, sporadically.
I can't find code prettyprint for comments in MT, so