Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

sub goodbye
{
my ($self, $name) = @_;
return "BYE $name";
}
1;