perl

2010-02-06

perl脚本计算IP

由于工作上的需要,要将IP段计算成IP,perl的Net::IP刚好用上. #!/usr/bin/perl -w use strict; use Net::IP; my $ip = new Net::...

进一步了解