CONTENTS NAME SYNOPSIS DESCRIPTION What import does Built-in Attributes Available Subroutines Package-specific Attribute Handling Syntax of Attribute Lists EXPORTS Default exports Available exports Export tags defined EXAMPLES MORE EXAMPLES SEE ALSO #NAME attributes - get/set subroutine or variable attributes #SYNOPSIS sub foo : method ; my ($x,@y,%z) : Bent = 1; my $s = sub : method { ... }; use