Help for this page

Select Code to Download


  1. or download this
    package MySample;
    sub build_dropdown
    ...
        }
        return join "\n" , @xml;
    }
    
  2. or download this
    package myBox;
    
    ...
        return $_[0]->{'__keys'}{$_[1]} ;
    }
    1;
    
  3. or download this
    my         $box = myBox->new();
    print     &HtmlDropDowns::build_dropdown( $box , 'get__keys' , 'get__t
    +extforkey' , 'select a header' , 2 );