CGI::Untaint::asin - validate an Amazon ID


CGI-Untaint-asin documentation  | view source Contained in the CGI-Untaint-asin distribution.

Index


NAME

Top

CGI::Untaint::asin - validate an Amazon ID

SYNOPSIS

Top

  use CGI::Untaint;
  my $handler = CGI::Untaint->new($q->Vars);

  my $url = $handler->extract( -as_asin => 'id' );

DESCRIPTION

Top

This CGI::Untaint input handler verifies that it is dealing with a plausible Amazon ID (asin). It does not (yet?) check that this is a *real* asin, just that it looks like one.

SEE ALSO

Top

CGI::Untaint

AUTHOR

Top

Tony Bowden

BUGS and QUERIES

Top

Please direct all correspondence regarding this module to: bug-CGI-Untaint-asin@rt.cpan.org

COPYRIGHT

Top


CGI-Untaint-asin documentation  | view source Contained in the CGI-Untaint-asin distribution.