From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567 package NOP;# Do nothing muchsub new { bless {}, shift }1;
package
NOP;
# Do nothing much
sub
new {
bless
{},
shift
}
1;