Help for this page

Select Code to Download


  1. or download this
    
    %sample    = 
    ...
    'last' =>["Last Name", 75, 'textfield', 'last'],
    'first' =>["First Name", 70, 'textfield', 'first']
    );
    
  2. or download this
    %sample=
    (
    ...
    'last' =>{name=>"Last Name", width=> 75, method=>'textfield', field=>'
    +last'],
    'first' =>{name=>"First Name", width=>70, method=>'textfield', field=>
    +'first'}
    );
    
  3. or download this
    print $q->$sample{'last'}{'method'} ($sample{'last'}{'field'});