Help for this page

Select Code to Download


  1. or download this
        Tr(
            td("File: "),
            td(
    ...
                ),
            ),
        ),
    
  2. or download this
    sub upload_field
    {
        my $name = shift;
    ...
            ),
        );
    }
    
  3. or download this
    print start_form(
        -method  => 'post',
        -enctype => 'multipart/form-data',
    ...
        Tr( td(), td( submit( 'button', 'submit' ), ) )
      ),
      end_form(), hr;