source: trunk/essentials/dev-lang/perl/lib/bytes.pm@ 3367

Last change on this file since 3367 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 2.3 KB
Line 
1package bytes;
2
3our $VERSION = '1.02';
4
5$bytes::hint_bits = 0x00000008;
6
7sub import {
8 $^H |= $bytes::hint_bits;
9}
10
11sub unimport {