Help for this page

Select Code to Download


  1. or download this
    sub import {
        shift;
        $^H |= @_ ? &bits : all_bits | all_explicit_bits;
    }
    
  2. or download this
    sub import {
      my $pkg = shift;
    # A
    ...
        return;
      }
      ...