summaryrefslogtreecommitdiff
path: root/lib/byte_heavy.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/byte_heavy.pl')
-rw-r--r--lib/byte_heavy.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/byte_heavy.pl b/lib/byte_heavy.pl
new file mode 100644
index 0000000000..07c908a689
--- /dev/null
+++ b/lib/byte_heavy.pl
@@ -0,0 +1,8 @@
+package byte;
+
+sub length ($)
+{
+ return CORE::length($_[0]);
+}
+
+1;