summaryrefslogtreecommitdiffstats
path: root/perl/perl-switch/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-switch/README')
-rw-r--r--perl/perl-switch/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-switch/README b/perl/perl-switch/README
new file mode 100644
index 0000000000..81d18ab0c4
--- /dev/null
+++ b/perl/perl-switch/README
@@ -0,0 +1,5 @@
+perl-switch (a switch statement for Perl)
+
+The Switch.pm module implements a generalized case mechanism that
+covers a lot of the numerous possible combinations of switch and case
+values.