Help for this page

Select Code to Download


  1. or download this
    
    package KeyAtom;
    ...
        isa     => 'KeyAtom | ArrayRef | HashRef',
    );
    
  2. or download this
    has 'data' => (
        is      => 'rw',
        isa     => 'Str | RegexpRef | ArrayRef | HashRef',
    );