use Exporter; our @ISA = qw(Exporter); our @EXPORT_OK = qw( bit_get bit_set bit_clr bit_bin bit_count bit_mask bit_tog bit_toggle bit_on bit_off ); our %EXPORT_TAGS; $EXPORT_TAGS{all} = [@EXPORT_OK];