The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
? my $num = global_context->keyword_channel->unread_lines;
? if ($num) {
    <div class="keyword_recent_notice">
        <a href="#">Keyword(<?= $num ?>)</a>
    </div>
? }