Scalar::Properties attempts to make Perl more object-oriented by taking an idea from Ruby: Everything you manipulate is an object, and the results of those manipulations are objects themselves. 'hello world'->length (-1234)->abs "oh my god, it's full...
MARCEL/Scalar-Properties-1.100860 - 27 Mar 2010 15:06:54 GMTEnables Data::Compare to Do The Right Thing for Scalar::Properties objects. comparing a Scalar::Properties object and an ordinary scalar If you compare a scalar and a Scalar::Properties, then they will be considered the same if the two values are the...
DCANTRELL/Data-Compare-1.26 - 18 Sep 2019 20:26:06 GMTPrima::Tie contains two abstract classes, "Prima::Tie::Array" and "Prima::Tie::Scalar", which tie an array or a scalar to a widget's arbitrary array or scalar property. Also, it contains classes "Prima::Tie::items", "Prima::Tie::text", and "Prima::Ti...
KARASIK/Prima-1.56 - 20 Aug 2019 09:57:40 GMTSome applications need to accept both plain primitives as well as tie()d primitives with additional (non-perltie) methods and parameters supported by extended interface available through tied() object. For example, application cache may be allowed to...
METADOO/Object-Hybrid-0.07 - 18 Nov 2013 01:46:58 GMT