On Tue, Mar 10, 2009 at 9:45 AM, Alec Joseph Rivera <[email protected]> wrote: > Hi Ludwig, > > Perl has a B module and your module clashes with it. Try: > > $ perl -I'.' x2.pl
Yes, Perl has the B:: namespace for modules that implement "backends", hence the name. see `perldoc B'. -- Zak B. Elep || http://zakame.spunge.org [email protected] || [email protected] || [email protected] 1486 7957 454D E529 E4F1 F75E 5787 B1FD FA53 851D _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

