From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112131415 # [[[ PREPROCESSOR ]]]# <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>># <<< PARSE_ERROR: 'Unrecognized escape \T passed through' >>># [[[ HEADER ]]]use RPerl;package RPerl::Test::LiteralString::Package_DoubleQuotes_11_Bad;use strict;use warnings;our $VERSION = 0.001_000;# [[[ SUBROUTINES ]]]sub empty_sub { { my string $RETURN_TYPE }; return "\T"; }1; # end of package
# [[[ PREPROCESSOR ]]]
# <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>>
# <<< PARSE_ERROR: 'Unrecognized escape \T passed through' >>>
# [[[ HEADER ]]]
use
RPerl;
package
RPerl::Test::LiteralString::Package_DoubleQuotes_11_Bad;
strict;
warnings;
our
$VERSION
= 0.001_000;
# [[[ SUBROUTINES ]]]
sub
empty_sub { {
my
string
$RETURN_TYPE
};
return
"\T"
; }
1;
# end of package