Dave Cross: Still Munging Data With Perl: Online event - Mar 27 Learn more
1234567891011121314 #!/usr/bin/perl# [[[ PREPROCESSOR ]]]# <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>># <<< PARSE_ERROR: 'Bareword "i" not allowed while "strict subs" in use' >>># [[[ HEADER ]]]use RPerl;use strict;use warnings;our $VERSION = 0.001_000;# [[[ OPERATIONS ]]]my integer $i = i + 2;
#!/usr/bin/perl
# [[[ PREPROCESSOR ]]]
# <<< PARSE_ERROR: 'ERROR ECOPAPL02' >>>
# <<< PARSE_ERROR: 'Bareword "i" not allowed while "strict subs" in use' >>>
# [[[ HEADER ]]]
use
RPerl;
strict;
warnings;
our
$VERSION
= 0.001_000;
# [[[ OPERATIONS ]]]
my
integer
$i
= i + 2;