-Original Message-
From: R. S.
dmake -f makefile.mk
==
del /f config.h
Can not find D:\perl\win32\config.h.
copy config_H.gc config.h
Number of copied files: 1.
That looks pretty normal to me.
The 'del /f config.h' command is executed to remove any exist
Hi R. S.,
please reply to all recipients as I specifically instruct in my signature. You
sent your last reply only to me.
On Sun, 26 May 2013 17:59:06 +0200
"R. S." wrote:
> Hello Shlomi,
> Sunday, May 26, 2013, 5:37:29 PM, you wrote:
>
> > What are you trying to do? Are you trying to build pe
Hi R. S.,
On Sun, 26 May 2013 16:19:12 +0200
"R. S." wrote:
> dmake -f makefile.mk
> ==
> del /f config.h
> Can not find D:\perl\win32\config.h.
> copy config_H.gc config.h
> Number of copied files: 1.
>
> It is strange because both of these files are present in the
dmake -f makefile.mk
==
del /f config.h
Can not find D:\perl\win32\config.h.
copy config_H.gc config.h
Number of copied files: 1.
It is strange because both of these files are present in the win32 dir
but only one is found.
Maybe the version of dmake I use is outdated
Thank y'all, I got to where I want to be:
https://github.com/ag4ve/geocidr
On Sun, May 26, 2013 at 8:06 AM, Michael Rasmussen wrote:
> On Fri, May 24, 2013 at 03:18:35PM -0400, shawn wilson wrote:
>> How do I find the next subnet? This should print 192.168.1.0 the
>> second time - it errors:
>
>
On Sat, May 25, 2013 at 04:19:27PM +0200, Dr.Ruud wrote:
> On 24/05/2013 22:25, Michael Goldsbie wrote:
>
>> [...] I installed DWIM Perl [...]
>> So after downloading and installing it, what's the next step?
>
> On http://dwimperl.com/ there is a link to 'Perl Tutorial',
> which has a link to 'Int
On Fri, May 24, 2013 at 03:18:35PM -0400, shawn wilson wrote:
> How do I find the next subnet? This should print 192.168.1.0 the
> second time - it errors:
[code deleted]
Why should it? The Net::IP documentation doesn't provide any information about
actions that cross the subnet boundry.
Having