Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE eggsmell [
    ...
                      <ugly_info>7.5</ugly_info>
                   </ugly>
                </bar>
    
  2. or download this
                <bar>
                   <bar_number>1</bar_number>
    ...
       </things>
    </eggsmell>
    
  3. or download this
    #!/usr/bin/perl
    
    ...
       # the database.
       
    }
    
  4. or download this
    my @unique_ids = (23456, 23458);
    my $xml_source_key = XMLin($xml_file, forcearray => 
    ...
          # Do something with $bar_number, $good_info and a database
       }
    }