Mark Mills Mon, 01 Jul 2002 22:40:20 +0100
> sub get_colors { > my @items = ("red"); > return @items; > }
Try that with: return \@items; ;) --mark