Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
123456789101112 #!/usr/bin/perl# [[[ HEADER ]]]use RPerl;use strict;use warnings;our $VERSION = 0.001_000;# [[[ CRITICS ]]]## no critic qw(ProhibitUselessNoCritic)# [[[ OPERATIONS ]]]my integer $i = 2 + 2;
#!/usr/bin/perl
# [[[ HEADER ]]]
use
RPerl;
strict;
warnings;
our
$VERSION
= 0.001_000;
# [[[ CRITICS ]]]
## no critic qw(ProhibitUselessNoCritic)
# [[[ OPERATIONS ]]]
my
integer
$i
= 2 + 2;