Help for this page
class testing { method newhash(*%args) { ... } my $x = testing.newhash(a => 1, b => 2, c => 3, d => 4);