Eric Wilhelm wrote:
# from James E Keenan # on Sunday 26 February 2006 06:19 am:I suspect you're mainly looking for feedback onthe interface, which I haven't really looked at yet.Yes, please. The goal is primarily the interface.
Fair enough. I don't really understand reform() -- particularly: what goes inside the code ref. Is this how I would use it?
@a0 = qw(abel abel baker camera delta edward fargo golfer);
$l = L(@a0);
$reform = $l->reform( sub { return $_ } );
jimk
