RE: substr no longer works in [+ tags +]?

2021-03-18 Thread Kaiser, Matthew
am just not sure where. Best Regards Matthew Kaiser – IT Department 630-515-6138 HelpDesk: (630)-515-7361 – Illinois (623)-572-3388 - Arizona From: Kaiser, Matthew Sent: Tuesday, March 16, 2021 7:13 AM To: Dirk Melchers Cc: embperl@perl.apache.org Subject: RE: substr no longer works in

RE: substr no longer works in [+ tags +]?

2021-03-16 Thread Kaiser, Matthew
7; in 'ABCD' 1 1 ord - the numeric value of first character of 'ABCD' 65 65 It appears the issue isn’t about just function calls. Just substr for some reason. Best Regards Matthew Kaiser – IT Department 630-515-6138 HelpDesk: (630)-515-7361 – Illinois (623)-572-3388 - A

substr no longer works in [+ tags +]?

2021-03-15 Thread Kaiser, Matthew
Hello all, After being a lurker for years, I have a question for y'all. We just tested a server running Perl 5.30 with Embperl 2.5.0 and we're getting a weird behavior. The embperl code: [+ substr('ABCD',2,2) +] no longer prints anything from within the .epl files. The phrase: [- $str = substr

RE: substr Not Working

2021-03-15 Thread Kaiser, Matthew
Which version of Embperl are we running? http://www.cpantesters.org/distro/E/Embperl.html Best Regards Matthew Kaiser - IT Department 630-515-6138 HelpDesk: (630)-515-7361 - Illinois (623)-572-3388 - Arizona From: Kaiser, Matthew Sent: Monday, March 15, 2021 1:41 PM To: Rubinstein, James

RE: substr Not Working

2021-03-15 Thread Kaiser, Matthew
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 (623)-572-3388 - Arizona From: Rubinstein, James Sent: Monday, March 15, 2021 1:33 PM To: embperl@perl.apach

RE: Processing user created html alongside epl html

2015-07-01 Thread Kaiser, Matthew
Thanks for the warning! My users do, in fact, need security clearance to access this module. Matthew Kaiser – IT Department Ext. 6138 From: Angus Lees [mailto:g...@inodes.org] Sent: Tuesday, June 30, 2015 9:31 PM To: Kaiser, Matthew; Andrew OBrien Cc: embperl@perl.apache.org Subject: Re

RE: Processing user created html alongside epl html

2015-06-25 Thread Kaiser, Matthew
I see, got it! Thanks! Matthew Kaiser – IT Department Ext. 6138 From: Kaiser, Matthew Sent: Thursday, June 25, 2015 1:51 PM To: Andrew OBrien; Kaiser, Matthew Cc: embperl@perl.apache.org Subject: RE: Processing user created html alongside epl html I’m looking at the documentation at http

RE: Processing user created html alongside epl html

2015-06-25 Thread Kaiser, Matthew
[mailto:i.am.andr...@gmail.com] Sent: Thursday, June 25, 2015 1:09 PM To: Kaiser, Matthew Cc: embperl@perl.apache.org Subject: Re: Processing user created html alongside epl html Unless I'm misunderstanding you could always call execute with the $user_html string as input: From memory Execute all

Processing user created html alongside epl html

2015-06-25 Thread Kaiser, Matthew
Hi, all. I have a page that takes html created by users However, the embperl formdata structures don't seem to be aware of it. Given parameters like this: %fdat = { 'answer_1' => 'one' , 'answer_2' => 'two' } and @ffld = [ 'answer_1' , 'answer_2 ]