Help for this page

Select Code to Download


  1. or download this
    sub define_vocabulary {
        no strict "refs";
    ...
            *{$_ . "_"} = sub($) { _attr($name, @_) };
        }
    }