in reply to Using Perl to simulate evolution.

It's certainly something Perl can do, and simulations of this sort often lend themselves to object-oriented programming fairly well. But if you don't already know Perl, learning Perl's OOP system can be somewhat daunting. I recommend getting a good book like merlyn's Learning Perl and doing the exercises therein. (And perhaps starting with a somewhat less ambitious project to get your feet wet.)

Once you're comfortable with basic procedural perl, check out the manpages for perlboot and perltoot and perlobj. And also see TheDamian's excellent book Object Oriented Perl.

Replies are listed 'Best First'.
Re^2: Using Perl to simulate evolution.
by Mychael (Novice) on Mar 15, 2006 at 21:35 UTC
    Thanks for the fast response!

    I will definitely look into those sources. I picked up O'Reilly's "Learning Perl" and have started flipping through it. I'll check out those that you've suggested too.

    It's just good to know that it is possible.


    Thanks again.
      "Learning Perl Objects, References and Modules" (aka the wooly llama) is also a good next step after you finish "Learning Perl"- I keep re-reading it (it's fairly short but very dense- or maybe that's me. ;) )

      Does EVERYONE get a hankering to do this at some point? If not, what might it be indicative of? Hope you have fun in your quest- what a great reason to learn (perl)!