Re: use of Net::Netmask

2006-05-07 Thread John W. Krahn
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

use of Net::Netmask

2006-05-07 Thread Jason Duan
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.