converting ip regex to iprange

2014-05-28 Thread Agnello George
Hi I have about 300 + ip regex in my apache file like this 11\.45\.3[2-9]\..*$ ^11\.45\.4[0-9]\..*$ ^11\.45\.5[0-9]\..*$ I have to convert like this into CIDR . · 11.45.32.0/21 · 11.45.40.0/21 · 11.45.48.0/23 · 11.45.50.0/21 11.45.58.0/23 is there a

Re: converting ip regex to iprange

2014-05-28 Thread Mike
Maybe this module here? http://search.cpan.org/~mrsam/Net-CIDR-0.11/CIDR.pm On 5/28/14, 3:08 AM, Agnello George wrote: Hi I have about 300 + ip regex in my apache file like this 11\.45\.3[2-9]\..*$ ^11\.45\.4[0-9]\..*$ ^11\.45\.5[0-9]\..*$ I have to convert like this into CIDR .

curl support

2014-05-28 Thread Unknown User
I see a lot of modules for curl, like LWP::Curl, Net::Curl, WWW::Curl etc. I wonder which of these will most closely mimic the functions provided by the curl command? For example, this curl command: curl -o mysite.com.out -A Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101

Re: curl support

2014-05-28 Thread Unknown User
Well actually, it does not need to be a curl module. Anything that can provide the breakup of where the time is spent (curl time_connect, time_namelookup, time_starttransfer, speed_download and similar) is sufficient. ~Unknown On Wed, May 28, 2014 at 10:32 PM, Unknown User

RE: Error in installing Bundle::Expect as dependency for some other module using CPAN

2014-05-28 Thread Priyal Jain
Hello, I have uploaded my Perl module in CPAN, http://search.cpan.org/search?mode=allquery=net%3A%3Anetconf, but when I am trying to install it using 'cpan Net::netconf' its saying don't know what it is /Net::Netconf/ , cannot install it. Please suggest something, what is the issue.