Package: libreturn-value-perl (1.302-1) [universe]
Links for libreturn-value-perl
Ubuntu Resources:
Download Source Package libreturn-value-perl:
- [libreturn-value-perl_1.302-1.dsc]
- [libreturn-value-perl_1.302.orig.tar.gz]
- [libreturn-value-perl_1.302-1.diff.gz]
Maintainer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Perl Group (Mail Archive)
- Krzysztof Krzyzaniak (eloy)
- gregor herrmann
- Carlo Segre
It should generally not be necessary for users to contact the original maintainer.
Similar packages:
Polymorphic Return Values
Polymorphic return values are really useful. Often, we just want to know if something worked or not. Other times, we'd like to know what the error text was. Still others, we may want to know what the error code was, and what the error properties were. We don't want to handle objects or data structures for every single return value, but we do want to check error conditions in our code because that's what good programmers do.
When functions are successful they may return true, or perhaps some useful data. In the quest to provide consistent return values, this gets confusing between complex, informational errors and successful return values.
This module provides these features with a simple API that should get you what you're looking for in each contex a return value is used in.
Other Packages Related to libreturn-value-perl
|
|
|
-
- dep: perl (>= 5.6.0-16)
- Larry Wall's Practical Extraction and Report Language
Download libreturn-value-perl
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 11.5 kB | 76.0 kB | [list of files] |