in reply to Re: Re: Handy dandy CPAN pollution
in thread Handy dandy CPAN pollution
or set options for each object if the object require differant options. Just document the inflexibility of the code, and that people shouldn't try to emulate the code unless they know what they're doing and I think it's pretty fair.# Set variables for the next group of operations. MyMod->opt(1 => 1, 2 => 1); for ( 1..10 ) { MyMod->set( $_ ); MyMod->do_op(); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Handy dandy CPAN pollution
by demerphq (Chancellor) on Dec 30, 2002 at 17:27 UTC | |
|