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

use strict;
use Carp ();
use HTTP::Status qw ( HTTP_FOUND );
print HTTP_FOUND;