Aspect::Library::Wormhole

Aspect::Library::Wormhole is a wormhole between call frames.
Download

Aspect::Library::Wormhole Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marcel G. and Ran Eilam
  • Publisher web site:
  • http://search.cpan.org/~eilara/Aspect-0.12/lib/Aspect/Library/Wormhole.pm

Aspect::Library::Wormhole Tags


Aspect::Library::Wormhole Description

Aspect::Library::Wormhole is a wormhole between call frames. Aspect::Library::Wormhole is a wormhole between call frames.SYNOPSIS package A; sub new { bless {}, shift } sub a { B->new->b } package B; sub new { bless {}, shift } sub b { C->new->c } package C; sub new { bless {}, shift } sub c { ref pop } package main; print ref A->new->a; # without aspect, prints C use Aspect::Library::Wormhole; aspect Wormhole => 'A::a', 'C::c'; print ref A->new->a; # with aspect, prints A Requirements: · Perl


Aspect::Library::Wormhole Related Software