Re: SDL 2 code to put into a module

2017-11-07 Thread The Holy Ghost
Hi, On Tue, Nov 07, 2017 at 07:11:32PM +0200, Shlomi Fish wrote: > hi, > > thanks for your contribution. > > 1. Does it have a > http://perl-begin.org/tutorials/bad-elements/#version_control > repo? > > 2. See > http://www.catb.org/esr/writings/homesteading/homesteading/ar01s13.html . 3. http

Re: tip: case insensitive test

2017-11-07 Thread ToddAndMargo
On 11/07/2017 03:12 PM, ToddAndMargo wrote: On Fri, Nov 3, 2017 at 5:30 PM, ToddAndMargo wrote: Dear List, Okay, I am pretty sure there are no copyrights here. I had a problem where I had to read through a YUGE log file and pick out those entries with a particular name in it.  Problem" it was

Re: tip: case insensitive test

2017-11-07 Thread ToddAndMargo
On Fri, Nov 3, 2017 at 5:30 PM, ToddAndMargo wrote: Dear List, Okay, I am pretty sure there are no copyrights here. I had a problem where I had to read through a YUGE log file and pick out those entries with a particular name in it. Problem" it was the same name but three different capitaliza

Re: tip: case insensitive test

2017-11-07 Thread Brad Gilbert
The way to add `:i` to regex without using `m` is to include it inside of the regex `/:i abcdef/` On Fri, Nov 3, 2017 at 5:30 PM, ToddAndMargo wrote: > Dear List, > > Okay, I am pretty sure there are no copyrights here. > > I had a problem where I had to read through a YUGE log file and > pick ou

Re: SDL 2 code to put into a module

2017-11-07 Thread Shlomi Fish
On Tue, 7 Nov 2017 11:17:42 +0100 The Holy Ghost wrote: > Hi, > > I am but a perl6 newbie and perl archwizard but I placed my module for a 2D > gamekit at > http://gomez.yellowcouch.org/holly6src-1.3.tar.gz > > It can be extended for 3D games later on. > hi, thanks for your contribution. 1

Re: SDL 2 code to put into a module

2017-11-07 Thread The Holy Ghost
Hi, I am but a perl6 newbie and perl archwizard but I placed my module for a 2D gamekit at http://gomez.yellowcouch.org/holly6src-1.3.tar.gz It can be extended for 3D games later on. Best regards, Holly On Mon, Nov 06, 2017 at 12:25:08PM +0100, The Holy Ghost wrote: > Hi, > > I will develop g