The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  DBIx::HTMLView::Int - An integer field

SYNOPSIS

  $fld=$post->fld('testf');
  print $fld->view_html;

DESCRIPTION

This is a subcalss of DBIx::HTMLView::Field used to represent integer fields in the databse as well as the data contained in it. Se the DBIx::HTMLView::Field and DBIx::HTMLView:.Fld (the superclass of Field) manpage for info on the methods of this class.