How can I check if IP numbers are in the same subnet with Perl?
Can I use NetAddr::IP?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Seems like the Net::Subnet Perl module would do this. There’s an example at that link I gave. If you don’t want to use CPAN to get the module, both Debian and Ubuntu have a libnet-subnets-perl package.