NAME

CGI::Untaint::CountyStateProvince::GB - Add British counties to CGI::Untaint::CountyStateProvince tables

VERSION

Version 0.13

SYNOPSIS

Adds a list of British counties to the list of counties/states/provinces which are known by the CGI::Untaint::CountyStateProvince validator so that an HTML form sent by CGI contains a valid county.

You must include CGI::Untaint::CountyStateProvince::GB after including CGI::Untaint, otherwise it won't work.

use CGI::Info;
use CGI::Untaint;
use CGI::Untaint::CountyStateProvince::GB;

my $info = CGI::Info->new();
my $u = CGI::Untaint->new($info->params());
# Succeeds if state = 'Kent', fails if state = 'Queensland';
$u->extract(-as_CountyStateProvince => 'state');
# ...

SUBROUTINES/METHODS

is_valid

Validates the data. See CGI::Untaint::is_valid.

value

Sets the raw data to be validated. Called by the superclass, you are unlikely to want to call it.

AUTHOR

Nigel Horne, <njh at bandsman.co.uk>

BUGS

Please report any bugs or feature requests to bug-cgi-untaint-csp-gb at rt.cpan.org or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CGI-Untaint-CountyStateProvince. I will be notified, and then you'll automatically be notified of the progress on your bug as I make changes.

SEE ALSO

CGI::Untaint::CountyStateProvince, CGI::Untaint, Locale::SubCountry

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc CGI::Untaint::CountyStateProvince::GB

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2012-2025 Nigel Horne.

This program is released under the following licence: GPL2