On Wed, Feb 12, 2003 at 09:54:29PM +0000, Fergal Daly wrote: > That said I actually think the nicest thing about it is that exporting just a > couple of symbols can be done in 1 line instead of 4, Well with recent perls it can be done in two without the code bloat use base qw(Exporter); our @EXPORT = qw(symbols); Graham.Thread Previous | Thread Next