[Chicago-talk] Is there a way to simplify including multiple .pm files?

Steven Lembark lembark at wrkhors.com
Fri Mar 14 14:50:25 PDT 2008


 >        *{ $caller. '::'. $_ } = \*{ $class. '::'. $_ }
 >           for grep { $_ !~ /(?:BEGIN|import)/ } keys %{ $class. '::' };

Look up Symbol's qualify_to_ref, it avoids
having to dodge strict and is a helluva lot
easeir to debug.

-- 
Steven Lembark                                          +1 888 359 3508
Workhorse Computing                                       85-09 90th St
lembark at wrkhors.com                                 Woodhaven, NY 11421


More information about the Chicago-talk mailing list