Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more
1234567891011 # [[[ HEADER ]]]package RPerl::Test::LiteralString::Package_SingleQ_07_Good;use strict;use warnings;use RPerl;our $VERSION = 0.001_000;# [[[ SUBROUTINES ]]]our void $empty_sub = sub { return q{@ $}; };1; # end of package
# [[[ HEADER ]]]
package
RPerl::Test::LiteralString::Package_SingleQ_07_Good;
use
strict;
warnings;
RPerl;
our
$VERSION
= 0.001_000;
# [[[ SUBROUTINES ]]]
void
$empty_sub
=
sub
{
return
q{@ $}
; };
1;
# end of package