The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package XAO::DO::Test1;
use strict;
use base qw(XAO::SimpleHash);

sub method ($) {
    "XX" . (shift) . "XX";
}

1;