Re: What name(space) is suitable for My::Module?

2012-03-10 Thread Narazaka Nanigashi
On Fri, 09 Mar 2012 21:19:29 -0800 David Christensen wrote: > > or... some other module for my purpose already exists? > > Have you tried browsing or searching CPAN? > > http://www.cpan.org/ > > http://search.cpan.org/ > Yes, but since I may have missed modules that I want, I asked

Re: I'd like to explain to me how to do testing on lists and list slices

2012-03-10 Thread m...@roundcube.fakessh.eu
Le samedi 10 mars 2012 à 10:51 +0200, Shlomi Fish a écrit : > Hi ml, > > I find you hard to understand, but I'll try. > > On Sat, 10 Mar 2012 03:06:27 +0100 > ml wrote: > > > hello the list > > hello "the" perl guru > > hello this > > > > I want to know how to work on slices of lists. > > I h

Re: I'd like to explain to me how to do testing on lists and list slices

2012-03-10 Thread Shlomi Fish
Hi ml, I find you hard to understand, but I'll try. On Sat, 10 Mar 2012 03:06:27 +0100 ml wrote: > hello the list > hello "the" perl guru > hello this > > I want to know how to work on slices of lists. > I has 3 slices of the form. > $t[0] = user; > $t[1] = ip; > $t[2] = time(); First of al