Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

###########################################################################
# Copyright (c) Nate Wiger http://nateware.com. All Rights Reserved.
# Please visit http://formbuilder.org for tutorials, support, and examples.
###########################################################################
# password fields look like text fields
use strict;
no warnings 'uninitialized';
our $VERSION = '3.20';
1;
__END__