Help for this page

Select Code to Download


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