in reply to Coding challenges to PM

Why should we crumble the community even more? Besides of all the general programming challenges, there are two specifically Perl centric ones: Pull Request Club and Perl Weekly Challenge. The former is more practical, as the participants submit improvements to existing modules on GitHub; the latter is more about finding effective algorithms. We can discuss our solutions here (I prefer to blog about them at blogs.perl.org, though).

Update: Typo fixed, thanks 1nickt.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: Coding challenges to PM
by LanX (Saint) on May 25, 2019 at 20:53 UTC
    > I prefer to blog about them at blogs.perl.org, though).

    I dunno about other's use patterns but I rarely check blogs or Perl weekly.

    For me the ideal would be to have aggregator showing here under RAT.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Re^2: Coding challenges to PM
by 1nickt (Canon) on May 30, 2019 at 12:43 UTC

    "cruble"? Do you mean "crumble", as in to fragment, divide into small pieces? (Edit: in case it's not clear, I'm asking because I am curious about your meaning, not because I am criticizing your speling ...)


    The way forward always starts with a minimal test.