RE: substr Not Working

2021-03-15 Thread Kaiser, Matthew
; embperl@perl.apache.org Subject: RE: substr Not Working CAUTION: This email originated from outside of MWU Is this 10.4.1.65? it's not affecting RMS. BZ saw this occurring with a payment form on .65 Best Regards Matthew Kaiser - IT Department 630-515-6138 HelpDesk: (630)-515-7361 - Illinois

RE: substr Not Working

2021-03-15 Thread Kaiser, Matthew
bperl@perl.apache.org Subject: substr Not Working CAUTION: This email originated from outside of MWU The following works under Perl 5.20.3, but not 5.30.0: use Embperl; my $template = <<'.'; [+ substr('ABCD',2,2) +] . my $body; Embperl::Execute({input => \$template, output

substr Not Working

2021-03-15 Thread Rubinstein, James
The following works under Perl 5.20.3, but not 5.30.0: use Embperl; my $template = <<'.'; [+ substr('ABCD',2,2) +] . my $body; Embperl::Execute({input => \$template, output => \$body}); print "$body\n"; 1; Under 5.30.0, the substr value is empty. Does anyone have any ideas about what may b