Help for this page

Select Code to Download


  1. or download this
    my $match = ".*weekly message.*";
    my $t_subject = $self->TicketObj->Subject;
    ...
        return undef; 
    }
    return 1;