user-pic

David Hodgkinson

Subscribe to feed Recent Actions from David Hodgkinson

  • Matthew Persico commented on Why I don't try the Perl Weekly Challenges

    Wait? You think that the point of these challenges is to make people feel they "are not smart enough"?

  • Martin McGrath commented on Why I don't try the Perl Weekly Challenges

    The point of perl weekly challenges is quite well defined on their site. None of it is intentionally designed to make people feel bad about not being able to tackle a challenge.

    The barrier for participation is what, able to use some git at a fairly basic level, understand the particular challenge (if you are unfamiliar with the topic in question this needs research on your part), figuring out an approach, applying that in perl, rinse and repeat until you have something that achieves the goal. That doesn't seem unreasonable, since that is what a great deal of programming/problem sol…

  • Mitchell Robson commented on Require in Perl, what should I pay attention?

    I'd probably split the long Perl script into smaller parts and include them together as modules as I find it easier to manage and maintain.

  • Kido Mitsuru commented on Require in Perl, what should I pay attention?

    Thank you very much, Dave Cross, David Hodkinson, and Mitchell Robson.

    Let.'s me test the directory search path fix. I have never made any Perl module yet. Is it easy to make it? How to make it? Is there any good introduction to read for making simple part of Perl codes into a Perl module?

  • Kido Mitsuru commented on Require in Perl, what should I pay attention?

    Thank you very much Dave !! Your guess was the perfect fixing point.

    use lib ' . '; has fixed my problem.

    Thanks so much. I don't have the habit of reading error log.

    /var/log/httpd/error_log

    I should do so (reading error log more frequently). Thank you for all of your comments.

Subscribe to feed Responses to Comments from David Hodgkinson

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.