Result:
Your query is still running in background...Search in progress... at this time found 31 distributions and 60 files matching your query.
Next refresh should show more results. ( run in 2.311 )


Acme-CPANModulesBundle-Import-MojoliciousAdvent-2018

 view release on metacpan or  search on metacpan

devdata/https_mojolicious.io_blog_2018_12_21_a-little-christmas-template-cooking_  view on Meta::CPAN

    Time: <%= $now->hms %>
  </div>
  EOF
</code></pre>

<p>The lines with leading percent sings are Perl code. One of those lines loads a module, <a href="https://metacpan.org/pod/Time::Piece">Time::Piece</a>, and the other creates the variable <code>$now</code>. The <code>&lt;%= %&gt;</code> insert value...

<p>You can invert that so that the source of the values comes from outside of the template. Sometimes this is preferable to having too much logic in the presentation layer:</p>

<pre><code>use v5.26;
use Mojo::Template;

 view all matches for this distribution


( run in 2.311 seconds using v1.01-cache-2.11-cpan-600a1bdf6e4 )