Help for this page

Select Code to Download


  1. or download this
    $select = $db->prepare( "SELECT username FROM users" );
    $select->execute;
    ...
                                    popup_menu( -name=>'select', -values=>
    +\@userlist ),
                                    submit('Εμφάν
    +ιση'));
    print end_form;
    
  2. or download this
    my @titlelist;
    open FILE, "<$ENV{'DOCUMENT_ROOT'}/data/vault/titlelist.txt" or die $!
    +;
    ...
    print start_form( action=>'/cgi-bin/admin.pl' );
      print table( {class=>'user_form'},
         Tr( td(  '&#928;&#941;&#962; &#956;&#959;&#965; &#964;&#953; &#95
    +2;&#945; &#942;&#952;&#949;&#955;&#949;&#962;:'                   ), 
    + td( popup_menu( -name=>'title' -values=>\@titlelist ))),