Posts Tagged ‘attributes’
attributes – get/set subroutine or variable attributes
USAGE
sub foo : method ;
my ($x,@y,%z) : Bent = 1;
my $s = sub : method { … };
[...]
Categories: A
Tags: attributes, perl
attributes – get/set subroutine or variable attributes
USAGE
sub foo : method ;
my ($x,@y,%z) : Bent = 1;
my $s = sub : method { … };
[...]