Re: Including externally-defined constants

2006-07-19 Thread Philippe "BooK" Bruhat
Le jeudi 20 juillet 2006 à 02:41, A. Pagaltzis écrivait: > * Philippe "BooK" Bruhat <[EMAIL PROTECTED]> [2006-07-19 22:10]: > ><< '=cut'; > > > >=pod > > > >[...snip...] > > > >=cut &g

Re: Including externally-defined constants

2006-07-19 Thread Philippe &quot;BooK&quot; Bruhat
see the upcoming Acme::MetaSyntactic::tour_de_france for an example): my %const = map { s/\s+//; $_ } map { split /\s*=>\s*/ } grep {/=>/} map { split /\n/ } << '=cut'; =pod This module uses the following constants: bang_eth =>

Re: I think we can just scrap CPAN Ratings altogether

2006-06-12 Thread Philippe &quot;BooK&quot; Bruhat
informed discussion"? How exactly is that an improvement? :-) However, having review editors that can act based on the useful/useless votes is enough to remove the occasional junk comment (or spam ?). -- Philippe "BooK" Bruhat Be careful when you take one side or the other. You c

Re: Net::SSH2 'hijack'

2006-03-19 Thread Philippe &#x27;BooK&#x27; Bruhat
2006 and Net-SSH2-0.07 -- 18 Mar 2006, search.cpan finds no differences (probably because it picks twice the same release). -- Philippe "BooK" Bruhat Your life is the greatest show of all. Do not let anyone else direct. (Moral from Groo The Wanderer #84 (Epic))

Re: RFC - Data::SelectWithoutReplacement

2005-11-17 Thread Philippe &#x27;BooK&#x27; Bruhat
ple might like to receive the subsets ordered by size (ascending or descending) or maybe only a subset of the subsets (!). Like for instance, the 4 elements subsets of a 7 elements set. Specific arguments to the constructor could do the trick. -- Philippe "BooK" Bruhat Your reputation

Re: Hash::HasKeys

2005-08-15 Thread Philippe &#x27;BooK&#x27; Bruhat
t' }, > wibble => { default => 0 }, > wobble => { default => 0 }, > }); > > # process > } For all you metasyntactic needs, don't to use forget Acme::MetaSyntactic! Exemple: $ meta donmartin 6 chook plablabl

Re: Perl6 goes where?

2005-07-28 Thread Philippe &#x27;BooK&#x27; Bruhat
Le jeudi 28 juillet 2005 à 16:32, A. Pagaltzis écrivait: > * Philippe 'BooK' Bruhat <[EMAIL PROTECTED]> [2005-07-28 16:05]: > > I thought I heard (or more probably read somewhere) that the > > name was 6PAN? > > That makes no sense. What is a ???6 Perl Arc

Re: Perl6 goes where?

2005-07-28 Thread Philippe &#x27;BooK&#x27; Bruhat
Le jeudi 28 juillet 2005 à 08:35, _brian_d_foy écrivait: > > Or maybe Ask or Robert will take 10 minutes and create a CP6AN. :) I thought I heard (or more probably read somewhere) that the name was 6PAN? -- Philippe "BooK" Bruhat Even the worst guesser is right

Re: Getopt::Long wishes (was: RFC: Getopt::Modern)

2005-06-20 Thread Philippe &#x27;BooK&#x27; Bruhat
when a library uses another library that has a global configuration. In that case, local @ARGV = @whatever is not enough. -- Philippe "BooK" Bruhat The best thing about being apart is getting together again. (Moral from Groo The Wanderer #39 (Epic))

Re: check for errors on close()

2005-05-03 Thread Philippe &#x27;BooK&#x27; Bruhat
nice message to be be emailed by the cron daemon. The machine administrator can then make some room and run the shell script again by hand. -- Philippe "BooK" Bruhat Some fair deals are fairer than others. (Moral from Groo The Wanderer #101 (Epic))

Re: Namespace Advice

2005-04-06 Thread Philippe &#x27;BooK&#x27; Bruhat
ouldn't occur to me that it would deal with > document-specific properties. > > Also "PropertySet" makes it sounds that it _sets_ properties, whereas > you said your module reads them. It all depends if you hear "set" as a noun or as a "verb", does

Re: Module for simple processing of "log" files

2005-03-30 Thread Philippe &#x27;BooK&#x27; Bruhat
. > Anyway, as i said i look forward to seeing your work. :-) I'll try to upload the existing code on CPAN soon. -- Philippe "BooK" Bruhat Honesty is its own reward. Dishonesty is its own punishment. (Moral from Groo The Wanderer #30 (Epic))

Re: Module for simple processing of "log" files

2005-03-29 Thread Philippe &#x27;BooK&#x27; Bruhat
facility > relating to processing any file of parsable records in a mechanical way. Then what do you think of Record::Processor? -- Philippe "BooK" Bruhat You never know what love is until you lose it. (Moral from Groo The Wanderer #38 (Epic))

Re: Module for simple processing of "log" files

2005-03-29 Thread Philippe &#x27;BooK&#x27; Bruhat
enerated code (e.g. because Regexp::Assemble takes some time to run) could be a bonus. -- Philippe "BooK" Bruhat For every winner, there must be one or more losers. (Moral to the Sage story in Groo #111 (Epic))

Re: Module for simple processing of "log" files

2005-03-29 Thread Philippe &#x27;BooK&#x27; Bruhat
} > sput => { 'between' => [10, 100] } > > Hmm, how do I add a new conditional widget, like 'between' above? e.g. I > want to extract all HTTP transactions whose lengths are prime fibonacci > numbers. Moving away from the inner Perl code is a very

Module for simple processing of "log" files

2005-03-29 Thread Philippe &#x27;BooK&#x27; Bruhat
itions (this is very crude, and open to attacks if people using this module are not very careful). I haven't been very successful in finding a name for this module. Sébastien Aperghis-Tramoni proposed Log::Process, but maybe a name like Log::Processor would be better.