Help for this page

Select Code to Download


  1. or download this
    print textfield(-name=>'first_name', -size=>'40', -maxlength=>'40', -d
    +efault=>"$app{'first_name'}");
    
  2. or download this
    print textfield(
        -name => 'first_name', 
    ...
        -maxlength => 40, 
        -default => $app{'first_name'},
    );