
GappX::SSNEntry - SSNEntry Widget

use Gapp; use Gapp::SSNEntry; Gapp::SSNEntry->new( value => '0123456789' );

A widget for viewing and editing social security numbers.
Navigate between the three components of a social security number using the left and right arrow keys. The value of the widget will be stored internally as a 9 character string consisting only of digits (i.e. "0123456789"). However, the text that is displayed in the widget will be displayed with hyphens between the components (i.e. "012-345-6789").



Jeffrey Ray Hallock <jeffrey.hallock at gmail dot com>

Copyright (c) 2011-2012 Jeffrey Ray Hallock.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.