The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<%doc>

=head2 link

This creates an <a href="... to a command in the Apache::MVC system by
catenating the base URL, table, command, and any arguments.

</%doc>
<%args>
    $table
    $command
    $additional
    $label
</%args>
% $additional &&= "/$additional";
<a href="<% $base %>/<% $table %>/<% $command %><% $additional %>"><% $label %></a>