Home
last modified time | relevance | path

Searched refs:Selfish (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/
H A Ddemo_cycle.pl1 package Selfish; package
16 use Attribute::Handlers autotieref => { Selfish => Selfish };
18 my $next : Selfish("me");
21 my $last : Selfish("you","them","who?");
24 my $other : Selfish(["you","them","who?"]);