Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ap/punctuation
Forbid uses of punctuation variables
https://github.com/ap/punctuation
perl
Last synced: 10 days ago
JSON representation
Forbid uses of punctuation variables
- Host: GitHub
- URL: https://github.com/ap/punctuation
- Owner: ap
- Created: 2022-07-31T12:09:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T14:54:51.000Z (over 2 years ago)
- Last Synced: 2024-11-06T03:03:53.456Z (about 2 months ago)
- Topics: perl
- Language: Perl
- Homepage: https://metacpan.org/pod/punctuation
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
punctuation(3) User Contributed Perl Documentation punctuation(3)
NAME
punctuation - Forbid uses of punctuation variablesSYNOPSIS
no punctuation;no punctuation 'anon';
DESCRIPTION
Use of the "no punctuation" pragma in a package forbids
all uses of punctuation variables such as "$"", "$!",
"$^O", and so on in named subroutines defined in that
package."no punctuation 'anon'" forbids the use of punctuation
variables in all anonymous subroutines in the program."use punctuation" does nothing.
EXPORT
None by default.
AUTHOR
Mark Jason Dominus, "[email protected]"PREREQUISITE
Requires "B::Utils". However, the version of "B::Utils"
available on CPAN at this time of this writing (version
0.02) has many bugs. You may obtain a corrected copy of
0.02 from "http://perl.plover.com/punctuation/" .TODO
Probably none of it works the way you wish it would, but
as they say: If a thing's not worth doing at all, it's not
worth doing well.SEE ALSO
the B::Utils manpage2002-02-07 perl v5.6.1 1