repo.or.cz
/
msysgit
/
historical-msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git]
/
lib
/
perl5
/
5.6.1
/
bytes_heavy.pl
blob
47bdbf91b0d0802b813277f5ac2336f7041780c7
1
package
bytes
;
2
3
sub
length
($) {
4
BEGIN
{
bytes
::
import
() }
5
return
CORE
::
length
(
$_
[
0
]);
6
}
7
8
1
;