summaryrefslogtreecommitdiff
path: root/lib/byte_heavy.pl
blob: 07c908a68987cb706a94239794df4cbca484f47d (plain)
1
2
3
4
5
6
7
8
package byte;

sub length ($)
{
 return CORE::length($_[0]);
}

1;