Jason Duan wrote:
> Hi,
Hello,
> I am using the Net::Netmask module to handle some IP prefix problems.
> I have a question about its usage. I want to store a block in two
> tables, and I may delete the block from one of the tables at some later
> time, it appears that the block is deleted from bo
Hi,
I am using the Net::Netmask module to handle some IP prefix problems. I have
a question about its usage. I want to store a block in two tables, and I may
delete the block from one of the tables at some later time, it appears that
the block is deleted from both tables. See the following code.