The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!/usr/bin/perl
# [[[ PREPROCESSOR ]]]
# <<< EXECUTE_ERROR: 'ERROR ECOOOCO02' >>>
# <<< EXECUTE_ERROR: 'Attempted initialization of invalid property' >>>
# [[[ HEADER ]]]
use RPerl;
use strict;
our $VERSION = 0.000_010;
# [[[ CRITICS ]]]
## no critic qw(ProhibitUselessNoCritic ProhibitMagicNumbers RequireCheckedSyscalls) # USER DEFAULT 1: allow numeric values & print operator
# [[[ INCLUDES ]]]
# [[[ OPERATIONS ]]]
my RPerl::Test::Properties::Class_01_Good $test_object = RPerl::Test::Properties::Class_01_Good->new({ fop => 200 });
print $test_object->{foo} . "\n";
print $test_object->{bar} . "\n";