Help for this page

Select Code to Download


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