in reply to Re^3: Brute force perl
in thread Brute force perl

Right, but from those I'll get ``it works'' or ``it doesn't'', nothing more.

I'm working on it, though :). AI::Genetic is producing interesting results already..

Replies are listed 'Best First'.
Re^5: Brute force perl
by jdporter (Paladin) on Jun 12, 2007 at 19:15 UTC
    from those I'll get "it works" or "it doesn't", nothing more.

    What more do you want? You said you were looking for valid perl. Code is either valid, or it's not. Since you haven't defined what "works" means, a natural assumption is that it means it's valid, i.e. it compiles and runs without error.