Posts Tagged ‘attributes’

attributes – get/set subroutine or variable attributes
USAGE
sub foo : method ;
my ($x,@y,%z) : Bent = 1;
my $s = sub : method { … };

[...]

Wednesday, August 26th, 2009 at 02:08 | Comments Off
Categories: A
TOP