Chapter 1. Language specific ...

PLEASE NOT DO RELIGIOUS WAR.

Perl

perl: the degree of freedom

be as you like if you write one liner program or quick hack. But be self-control if you want to write modules.

Be explicit.

For example,

my ($a, $b, $c) = (do something,
		do something2,
		do something3);
is less than
my $who   = do_something();
my $where = do_something2();
my $when  = do_something3();
do not use $_.

I like python's intent policy in on sense. It is of value to use similar policy in using perl.

Features of perl 5 objects

When you use perl 5, you should consider the usage of polymorphism and dynamic bindings.

my homepage is www.fml.org/home/fukachan/.
my free softwares are found at www.fml.org/software/.
fml 4.0 project homepage is www.fml.org/fml/menu.ja.html.
fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
about one floppy bsd routers, see www.bsdrouter.org/.
Also, visit nuinui's world :) at www.nuinui.net.
For questions about me, e-mail <fukachan@fml.org>.
Copyright (C) 1993-2008 Ken'ichi Fukamachi

Powered by NetBSD.