NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
another faster way sans grep (Score:2)
Re:another faster way sans grep (Score:2)
Sweet! A new tip. Thanks.
Re:another faster way sans grep (Score:2)
perl -V:use.*threads
better off without them (Score:1)
Re:better off without them (Score:2)
I need it for some of my side projects. Specifically, Language::Prolog::Yaswi requires a threaded Perl if my SWI-Prolog is threaded (which it is).