user-pic

Raster Burn

  • Commented on A few of my favourite things.... Set::Object
    I am also a fan of Set::Object. Sure, many of these operations can be implemented easily using map, but it seems silly to write them over, and over, and over... I think a "set" should be a first-class data type,...
  • Commented on Git-backed wikis, Gollum, and simple installation experiences
    Take a look at Wheat, at least for inspiration. Now, that is a cool git-based blog (see How To Node for a live example)....
  • Commented on Philosophical notes on Dancer, the Perl 5 web framework
    All I have to say is I love Dancer, and I have found the devs to be quite responsive....
  • Posted SQL scripts? Just do it. to Raster Burn

    The problem is that I have various .sql files containing database creation statements like:

    DROP TABLE IF EXISTS foo;
    CREATE TABLE foo ...
    ...
    ...;
    

    It would be wonderful to execute these sql files using DBI’s do…

  • Commented on To Depend Or Not To Depend
    Danger! FindBin considered harmful. I prefer to structure my perl scripts as a library with a thin "bin" wrapper, and then build/install using Dist::Zilla (or Module::Build, or ExtUtils::MakeMaker). Doing it this way make it so that I never have to...
  • Commented on Effective Perl Programming
    Since I primarily use MySQL, I prefer to test my application using a MySQL database. Test::mysqld has been a lifesaver for me. It can build a temporary database on the test machine and destroy it after the tests are over....
  • Commented on Perl::Critic --praise
    This reminds me of unit testing achievements. Maybe Perl::Critic could be used to rank developers on a leaderboard and encourage some friendly competition?...
Subscribe to feed Recent Actions from Raster Burn

Subscribe to feed Responses to Comments from Raster Burn

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.