David Hodgkinson
- Website: www.davehodgkinson.com/
- About: Perly things.
Recent Actions
-
Commented on Require in Perl, what should I pay attention?
Dave has spoken. I heartily endorse modernisation. What does perlcritic say?...
-
Commented on Web Scraping with Zydeco
Why the :: in front of class names? Please point me at the relevant docs....
-
Commented on Why I don't try the Perl Weekly Challenges
Don't sweat it. I've ignored the challenges....
-
Commented on Marketing & Branding Survey Results
Only 220? I'd expect 10x more....
-
Commented on Increasing Perl's Visibility
Sadly, both my CPAN modules need to be deprecated. One upgraded their API, the other made it usuriously commercial and there are better sites :(...
-
Commented on Sunday Moose Test
This isn't on CPAN?...
-
Commented on Machine learning in Perl: Kyuubi goes to a (Model)Zoo during The Starry Night.
All good stuff. I did a quick audit of the Perl AI modules and they all seemed pretty dead. Is MxNet being supported well? Is there much need for it to be? Also, I recently used Net::RawIP for a quick...
-
Commented on Perl and AI
Latest Ubuntu has an AI::FANN apt install!...
-
Posted Perl and AI to davehodg
Following a brain fart, I've had a dig around for AI related stuff in perl. I haven't found much currently active, except an interface library for an Apache project (which looks good). I've found very little in the sentiment analysis sphere. This is what I've found so far:
-
Commented on Check your test coverage with Devel::Cover
Probably worth mentioning that to do dzil cover, you need: Dist::Zilla::App::Command::cover...
Comment Threads
-
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.
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.