diff options
author | Spider Boardman <spider@orb.nashua.nh.us> | 1999-08-28 23:02:11 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-29 11:10:33 +0000 |
commit | 09bef84370e90d727656ea11ba5ee8be80e361d3 (patch) | |
tree | a3be55423863d0b8aa13316472ce65fd1007390f /pod/perlmodlib.pod | |
parent | 34d1710f50a396dda66d4f7a7ffb73f6cc80cf01 (diff) | |
download | perl-09bef84370e90d727656ea11ba5ee8be80e361d3.tar.gz |
sub : attrlist
To: Mailing list Perl5 <perl5-porters@perl.org>
Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
p4raw-id: //depot/cfgperl@4043
Diffstat (limited to 'pod/perlmodlib.pod')
-rw-r--r-- | pod/perlmodlib.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index abfa657f61..bfc5223819 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -46,9 +46,13 @@ The following pragmas are defined (and have their own documentation). =over 12 +=item attributes + +set/get the attributes of a subroutine or variable + =item attrs -set/get attributes of a subroutine +set/get attributes of a subroutine (obsolescent) =item autouse |