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://www.
I’m looking at the documentation at
http://www.embperl.org/embperl/pod/doc/doc13/HTML/Embperl.-page-3-.htm and i
don’t see a way to use a string of raw html as an input to Execute.
Do you have an example i can work from?
Matthew Kaiser – IT Department
Ext. 6138
From: Andrew OBrien [mailto:i.am
Unless I'm misunderstanding you could always call execute with the
$user_html string as input:
>From memory Execute allows a scalar as input rather than a filename.
Cheers,
Andrew
On 26 June 2015 at 01:55, Kaiser, Matthew wrote:
> Hi, all.
>
> I have a page that takes html created by users
>
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
]