# unpackcidr < packed-list > unpacked-list #### #!/usr/bin/perl use Net::CIDR; use Net::CIDR ':all'; print join("\n", Net::CIDR::cidr2octets( # here's where I've tried && $_ but to no avail )) . "\n";