1CGI::Untaint::hex(3) User Contributed Perl Documentation CGI::Untaint::hex(3)
2
3
4
6 CGI::Untaint::hex - validate as a hexadecimal value
7
9 my $id = $handler->extract(-as_hex => 'hexvalue');
10
12 This Input Handler verifies that it is dealing with a hexadecimal
13 value.
14
16 Tony Bowden, <kasei@tmtm.com>.
17
19 Copyright (C) 2001 Tony Bowden. All rights reserved.
20
21 This module is free software; you can redistribute it and/or modify it
22 under the same terms as Perl itself.
23
24
25
26perl v5.36.0 2022-07-22 CGI::Untaint::hex(3)