Context::Handle

Context::Handle is a convenient context propagation proxy thingy.
Download

Context::Handle Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Yuval Kogman
  • Publisher web site:
  • http://search.cpan.org/~nobull/

Context::Handle Tags


Context::Handle Description

Context::Handle is a convenient context propagation proxy thingy. Context::Handle is a convenient context propagation proxy thingy.SYNOPSIS use Context::Handle qw/context_sensitive/; sub wrapping { my $rv = context_sensitive { $some_thing->method(); # anything really }; # you can do anything here $rv->return; # returns the value in the right context # not reached }This module lets you delegate to another method and return the value without caring about context propagation.The level of support is tied to what Want does - this module tries to make all the distinctions Want can make fully supported, for example array dereference context, boolean context, etc. Requirements: · Perl


Context::Handle Related Software