On 24/05/2013 22:25, Michael Goldsbie wrote:
[...] I installed DWIM Perl [...]
So after downloading and installing it, what's the next step?
On http://dwimperl.com/ there is a link to 'Perl Tutorial',
which has a link to 'Introduction 1. Install'.
It mentions:
"Go ahead, download the exe fi
On 24/05/2013 21:18, shawn wilson wrote:
How do I find the next subnet? This should print 192.168.1.0 the
second time - it errors:
#!/usr/bin/env perl
use strict;
use warnings;
use Net::IP;
my $ip = Net::IP->new('192.168.0.0/24');
print "Start ip [" . $ip->ip . "]\n";
print "start mask [" .