Package: libscalar-properties-perl (0.12-1) [universe]
Links for libscalar-properties-perl
Ubuntu Resources:
Download Source Package libscalar-properties-perl:
- [libscalar-properties-perl_0.12-1.dsc]
- [libscalar-properties-perl_0.12.orig.tar.gz]
- [libscalar-properties-perl_0.12-1.diff.gz]
Maintainer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Timo Schneider
It should generally not be necessary for users to contact the original maintainer.
Similar packages:
perl module to add run-time properties on scalar variables
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 of properties"->index('g')
The first example asks a string to calculate its length. The second example asks a number to calculate its absolute value. And the third example asks a string to find the index of the letter 'g'.
Using this module you can have run-time properties on initialized scalar variables and literal values. The word 'properties' is used in the Perl 6 sense: out-of-band data, little sticky notes that are attached to the value. While attributes (as in Perl 5's attribute pragma, and see the Attribute::* family of modules) are handled at compile-time, properties are handled at run-time.
Other Packages Related to libscalar-properties-perl
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practical Extraction and Report Language
Download libscalar-properties-perl
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 17.1 kB | 80.0 kB | [list of files] |