openbsd-ports/devel/p5-Class-Std-Utils/pkg/DESCR

11 lines
252 B
Plaintext
Raw Normal View History

2006-11-24 14:25:13 -05:00
This module provides three utility subroutines:
anon_scalar()
ident($some_ref)
extract_initializers_from(\%hash)
Those can be used to simplify the building of inside-out objects,
as seen in Damian Conway's book `perl's best practices'.