47bdbf91b0d0802b813277f5ac2336f7041780c7
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / bytes_heavy.pl
package bytes;
sub length ($) {
BEGIN { bytes::import() }
return CORE::length($_[0]);
}
1;