Help for this page

Select Code to Download


  1. or download this
    search_by_tags ($cgi->param('tags'));
    #...
    ...
        return unless defined $tagstr;
        my @tags = split (/,/, $tagstr);
    }