Re: make and Makefile.PL

2013-05-27 Thread Shlomi Fish
Hi Rahim, On Mon, 27 May 2013 21:21:41 +0100 Rahim Fakir wrote: > I have download Make for windows 7, but I have problems, with make nmake, > and Makefile.PL, i don't know how to install them. Are you using ActivePerl? Which version and build? Did you try with http://strawberryperl.com/ or with

Re: Next subnet

2013-05-27 Thread Dr.Ruud
On 27/05/2013 23:55, shawn wilson wrote: On May 27, 2013 1:02 PM, "Dr.Ruud" mailto:rvtol%2buse...@isolution.nl>> wrote: > On 26/05/2013 14:40, shawn wilson wrote: >> Thank y'all, I got to where I want to be: >> https://github.com/ag4ve/geocidr > > > ... > > or grep { ! m%[0-9\.\/]+% } @{

Re: is it possible to get only emails from this list for threads that I've started or replied ?

2013-05-27 Thread Gustavo Telly
How do you will reply a message, if you will not receive it ? 2013/5/27 R. S. > I've send request to beginners-help but there seems to be no such > command. > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > http:/

Re: make and Makefile.PL

2013-05-27 Thread shawn wilson
Makefile.PL creates a Makefile - have you gotten that far? What's the problem? On May 27, 2013 4:23 PM, "Rahim Fakir" wrote: > I have download Make for windows 7, but I have problems, with make nmake, > and Makefile.PL, i don't know how to install them. >

Re: Next subnet

2013-05-27 Thread shawn wilson
On May 27, 2013 1:02 PM, "Dr.Ruud" wrote: > > On 26/05/2013 14:40, shawn wilson wrote: > >> Thank y'all, I got to where I want to be: >> https://github.com/ag4ve/geocidr > > > > ... > > or grep { ! m%[0-9\.\/]+% } @{$opts->{ip}} > > or scalar(@{$opts->{ip}}) < 1 > > The '+' in the regexp is superf

make and Makefile.PL

2013-05-27 Thread Rahim Fakir
I have download Make for windows 7, but I have problems, with make nmake, and Makefile.PL, i don't know how to install them.

is it possible to get only emails from this list for threads that I've started or replied ?

2013-05-27 Thread R. S.
I've send request to beginners-help but there seems to be no such command. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Next subnet

2013-05-27 Thread Dr.Ruud
On 26/05/2013 14:40, shawn wilson wrote: Thank y'all, I got to where I want to be: https://github.com/ag4ve/geocidr > ... > or grep { ! m%[0-9\.\/]+% } @{$opts->{ip}} > or scalar(@{$opts->{ip}}) < 1 The '+' in the regexp is superfluous as-is. (your regexp isn't anchored) You probably meant