Help for this page

Select Code to Download


  1. or download this
    @schedule = $sth->fetchrow_array();
    
  2. or download this
    @_ = $sth->fetchrow_array();
    push(@schedule, @_);