yesterday, Jim Cromie blurted out: > > in msg: > http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-04/msg00294.html > > > Graham left open the possibility that selective import was not verboten. > The following example and patch shows it just might be useful. since its too late to s/send/save-and-review/; I apologize for the over-statement. s/just might be useful/ coexists with documented behavior/; ie, in use base qw(Foo Bar); the import list is always scalars, usually barewords, so finding refs in that list is at very least unexpected. More to the point, its undefined, and could thus be considered fair-game for some use. Whether this use is good enough to grab such an idiom is another question entirely. thanks, jimcThread Previous