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.
Simpler syntax (Score:1)
Actually I kinda like it since I hate all repetitions/duplications and regard them as evil.
But it needs the simplest syntax possible to avoid burning extra brainpower. Somehow all the above examples don't cut it.
How about supporting Unix shell's feature? And how about the name
multiormany?use many 'A::{B,C}::{D,E}';Reply to This
Re: (Score:1)
use many 'A::B::*';. Having torequire '/somedir/*.pl'comes up from time to time for me, though quite rarely.Re: (Score:1)
Please see Incidental Redundancy [blogspot.com].