From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567 use strict;use warnings;use Carp ();use HTTP::Status qw ( HTTP_FOUND );print HTTP_FOUND;
use
strict;
warnings;
Carp ();
HTTP::Status
qw (
HTTP_FOUND );
print
HTTP_FOUND;