Help for this page

Select Code to Download


  1. or download this
    my %hash;
    tie %hash, 'Nexcerpt::Keyword';
    $hash{dog} = 1;
    print $hash{dogs};   # should print '1'
    print $hash{dogged}; # ditto