aspect::pointcut::wantarray(3pm) debian man page | unix.com

Man Page: aspect::pointcut::wantarray

Operating Environment: debian

Section: 3pm

Aspect::Pointcut::Wantarray(3pm)			User Contributed Perl Documentation			  Aspect::Pointcut::Wantarray(3pm)

NAME
Aspect::Pointcut::Wantarray - A pointcut for the run-time wantarray context
SYNOPSIS
use Aspect; # High-level creation my $pointcut1 = wantlist | wantscalar | wantvoid; # Manual creation my $pointcut2 = Padre::Pointcut::Or->new( Padre::Pointcut::Wantarray->new( 1 ), # List Padre::Pointcut::Wantarray->new( 0 ), # Scalar Padre::Pointcut::Wantarray->new( undef ), # Void );
DESCRIPTION
The "Aspect::Pointcut::Wantarray" pointcut allows the creation of aspects that only trap calls made in a particular calling context (list, scalar or void).
AUTHORS
Adam Kennedy <adamk@cpan.org>
COPYRIGHT
Copyright 2001 by Marcel Gruenauer Some parts copyright 2009 - 2012 Adam Kennedy. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-02-01 Aspect::Pointcut::Wantarray(3pm)
Related Man Pages
aspect::advice(3pm) - debian
aspect::library::singleton(3pm) - debian
aspect::pointcut(3pm) - debian
padre::plugin::pdl(3pm) - debian
padre::plugin::parsertool(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?