- or download this
<profile username="Tom" language="eng" lastlogin="">
<bids>
...
<itemcode>3758678576</itemcode>
</itemwatch>
</profile>
- or download this
#!c:\perl\bin\perl -w
...
foreach (@{$config->{bids}->{itemcode}}) {
print $_, "<br/>";
}
- or download this
push @{$config->{bids}->{itemcode}}, 'newcode43545';
...
XMLout($config);