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.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/perl-Return-Value && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
Return-Value-1.666005.tar.gz | 0000020412 19.9 KB | |
cpanspec.yml | 0000000547 547 Bytes | |
perl-Return-Value.changes | 0000001341 1.31 KB | |
perl-Return-Value.spec | 0000002522 2.46 KB |
Latest Revision
required for perl-Email-Send adi:16
Comments 0