GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTML::FormHandler::Fields(3) User Contributed Perl Documentation HTML::FormHandler::Fields(3)

HTML::FormHandler::Fields - internal role for form and compound fields

version 0.40068

A role to implement field attributes, accessors, etc. To be applied to HTML::FormHandler and HTML::FormHandler::Field::Compound.

The field definitions as built from the field_list and the 'has_field' declarations. This provides clear_fields, add_field, remove_last_field, num_fields, has_fields, and set_field_at methods.

Return the field object with the full_name passed. Will return undef if the field is not found, or will die if passed a second parameter.

Convenience function for use with 'set_field_at'. Pass in 'name' of field (not full_name)

Calls fields and returns them in sorted order by their "order" value. Non-sorted fields are retrieved with 'fields'.

  clear_data
  clear_fields
  clear_error_fields

   dump - turn verbose flag on to get this output
   dump_validated - shorter version

FormHandler Contributors - see HTML::FormHandler

This software is copyright (c) 2017 by Gerda Shank.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2017-07-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.