Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
                -maxlength => 70,
                -size      => 50,
              );
    
  2. or download this
    print $cgi->textfield(
                -name      => 'BillName',
    ...
                -maxlength => 70,
                -size      => 50,
              );