From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

<%
my @args = @_;
$t->eok($args[0] eq 'TEST', 'Argument TEST passed through $Server->Transfer');
$t->done;
%>