Help for this page

Select Code to Download


  1. or download this
    # Insert my new Appt struct into the appts array
    push @{ $days[$dayCount]->appts }, $temp
    
  2. or download this
    ref($days[$dayCount]->appts) eq 'ARRAY';