- or download this
<actions>
<emailNotification>
...
<cc>x@y.com, z@y.com</cc>
</emailNotification>
</actions>
- or download this
#!/usr/bin/perl
...
say 'xml body: ' . $XML->{actions}{emailNotification}[$i]{body};
say $XML->data;
}
- or download this
$body:
Good day,
...
</actions>
1