user-pic

Ron Savage

  • Website: savage.net.au/
  • About: I try to write all code in Perl, but find I end up writing in bash, CSS, HTML, JS, and SQL, and doing database design, just to get anything done...
Subscribe to feed Recent Actions from Ron Savage

  • Ben Bullock commented on Be generous, but not very

    Hi Ron,

    I was just thinking the other day that I hadn't seen you for a while here.

    Those Levenshtein things are OK for approximate work, but they tend to give lots of false positives. I actually did extensive work on spelling correction for another related web page which converts English words into Japanese forms, but I found that the Levenshtein corrections, even with a maximum distance of one, tend to throw up so many false positives that I'm not sure it's worth the bother. This is partly because of the amount of nonsense that people type in, and partly because it tends to …

  • Ether commented on Starting to use File::ShareDir

    The right thing to do here is use Test::File::ShareDir from your tests, which does the right thing with your @INC so the local share directory can be found:

    ```
    use Test::File::ShareDir -share => { -dist => { 'My-Dist-Name' => 'share' } };
    ```

  • jrw32982 commented on Perl in a Business Application

    Interesting read. I enjoyed the line "And then it struct me!" right after the discussion of objects and object systems. :-)

  • Philip Sharman commented on Curated list of Perl modules

    This is very helpful. Thanks!

  • vadrer1 commented on Announce Perl.Wiki.html V 1.22

    looks interesting, will have a closer look :)

Subscribe to feed Responses to Comments from Ron Savage

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.