Help for this page

Select Code to Download


  1. or download this
    has '+data' => ( ... );
    
  2. or download this
    use v5.14;
    use strict;
    ...
    ValAtom->new(data => []);           # ArrayRef
    ValAtom->new(data => {});           # HashRef
    ValAtom->new(data => \*STDOUT);     # none of the above... crash!