Help for this page

Select Code to Download


  1. or download this
    1 while @hall_details{$hall_id}{
               qw[ 
    ...
                    uploaded_by 
                    photo_id 
               ] } = $sth->fetchrow_array();
    
  2. or download this
    my @fields;
    @( hall_details{$hall_id} }{
    ...
            photo_id 
       ] 
    } = @fields while @fields = $sth->fetchrow_array();