GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Zonemaster::Engine::Validation(3) User Contributed Perl Documentation Zonemaster::Engine::Validation(3)

Zonemaster::Engine::Validation - validation functions for other Zonemaster modules

    use Zonemaster::Engine::Validation qw( validate_ipv4 validate_ipv6 );
    my $ip_is_valid = validate_ipv4( $ip_address );

    my $ip_is_valid = validate_ipv4( $ip_address );
    

Checks if the given IP address is a valid IPv4 address.

Takes a string (IP address).

Returns a boolean.

    my $ip_is_valid = validate_ipv6( $ip_address );
    

Checks if the given IP address is a valid IPv6 address.

Takes a string (IP address).

Returns a boolean.

2025-02-24 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.