From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# [[[ PREPROCESSOR ]]]
# <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>>
# <<< PARSE_ERROR: 'near "@;' >>>
# [[[ HEADER ]]]
use RPerl;
use strict;
our $VERSION = 0.001_000;
# [[[ SUBROUTINES ]]]
sub empty_sub {
{ my void $RETURN_TYPE };
( my number $foo, my string $bar, my scalartype_arrayref $baz, my integer_hashref $bat ) = @;
return 1;
}
1; # end of package