in reply to Re: Use of uninitialized value $i in bitwise and (&) at <Netmask.pm>
in thread Use of uninitialized value $i in bitwise and (&) at <Netmask.pm>

I normally use Net::CIDR for such tasks. It has always been reliable for me.

  • Comment on Re^2: Use of uninitialized value $i in bitwise and (&) at <Netmask.pm>

Replies are listed 'Best First'.
Re^3: Use of uninitialized value $i in bitwise and (&) at <Netmask.pm>
by dotowwxo (Acolyte) on Dec 19, 2017 at 02:29 UTC
    Thank you so much for the recommendation!! Will try using this module instead.