Help for this page

Select Code to Download


  1. or download this
    has my_offset => (is =>'rw', isa => 'MyOffset');
    
  2. or download this
    has my_offset => (is =>'rw', isa => MyOffset);
    
  3. or download this
    has my_offset => (is => 'rw', isa => "myTypes::MyOffset");