Help for this page

Select Code to Download


  1. or download this
        foreach my $entry ($result->all_entries()) {
            foreach my $attr ($entry->attributes()) {
    ...
            }
        }