Help for this page
mkaref( 1..9 ); # becomes mkaref 1..9;
sub mkhref (%) { if ( @_%2 ) { ... return {@_}; } }