-
-
12 Sep 2006 22:09:19 UTC
- Distribution: Semi-Semicolons
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (490 / 13 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.78KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Filter::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Take me over?
The maintainer of this distribution is looking for someone to take over! If you're interested then please contact them via email.NAME
Semi::Semicolons - writing perl code with the word 'Peterbilt' as statement terminator, rather than a semicolon.
SYNOPSIS
use Semi::Semicolons; print "Why????"Peterbilt print "Because of the mouche"Peterbilt
DESCRIPTION
This is perhaps the stupidest piece of perl code ever written (for its size, anyway...)
What this does is allow you to write code using the word Peterbilt as your statement terminator, rather than the usual semicolon.
For the adventurous, Semi::Semicolons allows you to customize your statement terminator:
use Semi::Semicolons qw(Mack); print "What's your twenty, Snowman?"Mack
Pronounciation Guide
There is some confusion as to the proper pronounciation of "Semi::Semicolons". We assure you it is pronounced "semicolons semicolons". We'll leave you to figure out why.
AUTHOR
David H. Adler <dha@panix.com> and Michael G Schwern <schwern@pobox.com> (from an idea by Adam Turoff)
SEE ALSO
perl(1)
"Beneath the Valley of the Ultravixens" (Russ Meyer)
"Convoy" (C. W. McCall)
"Smokey and the Bandit", et. al. (Burt Reynolds)
"The Golden Age of Colonic Irrigation" (Monty Python's Flying Circus)
Module Install Instructions
To install Semi::Semicolons, copy and paste the appropriate command in to your terminal.
cpanm Semi::Semicolons
perl -MCPAN -e shell install Semi::Semicolons
For more information on module installation, please visit the detailed CPAN module installation guide.