in reply to Re: XML round-trip with comments and prolog
in thread XML round-trip with comments and prolog
$desiredItem->{comment} = 'edited'; ... @$newItem{qw{ MenuEntryName MenuItemName comment }} = qw{ Edit Delete created }; ... $foundNew->{comment} = 'inserted';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: XML round-trip with comments and prolog
by pryrt (Abbot) on Jul 30, 2021 at 13:51 UTC |