Tie::Form

Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form.
Download

Tie::Form Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Software Diamonds
  • Publisher web site:
  • http://search.cpan.org/~softdia/Archive-TarGzip-0.03/lib/Docs/Site_SVD/Archive_TarGzip.pm

Tie::Form Tags


Tie::Form Description

Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form.SYNOPSIS require Tie::Form; ##### # Using support methods and file handle with # the file subroutines such as open(), readline() # print(), close() # tie *FORM_FILEHANDLE, 'Tie::Form', @options $form = tied *FORM_FILEHANDLE; ##### # Using support methods only, no file subroutines # $form = Tie::Form->new(@options); $encoded_fields = $form->decode_record($record); @fields = $form->decode_field($encoded_fields); $encoded_fields = $form->encode_field (@fields); $record = $form->encode_record($encoded_fields); $record = $form->get_record(); #### # Subroutine interface # $encoded_fields = decode_record($record); @fields = decode_field($encoded_fields); $encoded_fields = encode_field (@fields); $record = encode_record($encoded_fields);If a subroutine or method will process a list of options, @options, that subroutine will also process an array reference, @options, , or hash reference, %options, {@options}. Requirements: · Perl


Tie::Form Related Software