I like your idea, enough even to have a bash at it myself, moreso for
educational purposes than anything. The first thing that struck me thought
was "How can AUTOLOAD determine boolean context?". I know that wantarray
will define whether the calling context is list, scalar or void. However I am stumped
when it comes to determining boolean context.
If I have you right.., and Some::Package returns error objects on failure.
my $obj = Some::Package->new( %params );
$obj->connect()->synchronise()->disconnect();
Presuming the new method fails, returning an error object (populated with some meaningful message),
then the call to connect will be caught by the error object's AUTOLOAD. At this point we determine context, and
depending on that confess.
Is there nothing already out-there to do this? I'm off to CPAN first. ++tye
I can't believe it's not psellchecked
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|