Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more
12345678910111213141516 # [[[ PREPROCESSOR ]]]# <<< PARSE_ERROR: 'ERROR ECVPARP00' >>># [[[ HEADER ]]]package RPerl::Test::VersionNumber::Package_00_Bad_04;use strict;use warnings;use RPerl;our $VERSION = 0.1001_000;# [[[ SUBROUTINES ]]]our void $empty_sub = sub { return 2;};1; # end of package
# [[[ PREPROCESSOR ]]]
# <<< PARSE_ERROR: 'ERROR ECVPARP00' >>>
# [[[ HEADER ]]]
package
RPerl::Test::VersionNumber::Package_00_Bad_04;
use
strict;
warnings;
RPerl;
our
$VERSION
= 0.1001_000;
# [[[ SUBROUTINES ]]]
void
$empty_sub
=
sub
{
return
2;
};
1;
# end of package