The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# [[[ PREPROCESSOR ]]]
# <<< PARSE_ERROR: 'ERROR ECVPAPL02' >>>
# <<< PARSE_ERROR: 'Unrecognized escape \m passed through' >>>
# [[[ HEADER ]]]
use strict;
use RPerl;
our $VERSION = 0.001_000;
# [[[ SUBROUTINES ]]]
our string $empty_sub = sub {
return "\m\mfoo\m\mbar\m\m";
};
1; # end of package