Help for this page
@{ $netifaces->{ $_ } }{ @nets } = (1) x @nets for @eths; ^^^^^^^^^^ a hash reference ... @{ ... }{ @nets } = (1) x @nets ...; is assigned ^ ^^^^^^^^^^^ a list of '1's the size of @nets
@{ $netifaces->{ $_ } }{ @nets } = (1) x @nets for @eths;