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

#!/usr/bin/perl
use strict;
status 'Starting to test messages';
substatus 'Engaging our test any day now...';
msg 'Okay looks good';
warning q{Wait, we're going too fast!};
error 'Oh boy an error happened!';