%PDF- %PDF-
Direktori : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/usr/share/perl/5.26.2/ |
Current File : /var/www/html/friendstravel.al/wp-content/uploads/k2/root/usr/share/perl/5.26.2/integer.pm |
package integer; our $VERSION = '1.01'; $integer::hint_bits = 0x1; sub import { $^H |= $integer::hint_bits; } sub unimport { $^H &= ~$integer::hint_bits; } 1;