in reply to Re^2: XML::Write challenges
in thread XML::Write challenges
$attributes{"Type"} = $information if $information; $attributes{"Phone"} = $cContactPhone if $cContactPhone; $attributes{"Email"} = $cContactEmail if $cContactEmail; $self->xml->startTag("Contact", %attributes);
|
|---|