Help for this page

Select Code to Download


  1. or download this
    $smart->{book}('@')
    
  2. or download this
    ref($simple->{book}) && ref($simple->{book}) eq 'ARRAY'
       ? $simple->{book}
       : [ $simple->{book} ]
    
  3. or download this
    ForceArray => [qw( book )]  # In constructor
    $simple->{book}