Help for this page

Select Code to Download


  1. or download this
    sub isAnAllowedCharacter {
        my $testee = shift;
    ...
        my $validation_service = Remote::Validation::Service->new(...);
        $validation_service->isValid( $testee );
    }