The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789 ### adapter as a frame for a MatrixBitmapsub new { my ($class, $matrixbitmap) = @_; $self = { mb => $matrixbitmap, }; bless $self, $class;}
### adapter as a frame for a MatrixBitmap
sub
new {
my
(
$class
,
$matrixbitmap
) =
@_
;
$self
= {
mb
=>
, };
bless
}