Help for this page

Select Code to Download


  1. or download this
    package TagList;
    sub new {
    ...
        my _TagList = [],
        return bless \@self, $class;
    }