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
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\.\/]+% } @{
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:/
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.
>
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
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.
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/
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