Help for this page

Select Code to Download


  1. or download this
    <html>
      <head>
    ...
    
    </body>
    </html>
    
  2. or download this
    #!/bin/perl5
    
    ...
      return $category_loop;
      
    }
    
  3. or download this
    $dbh->selectall_arrayref($sql_category, {Slice => {}})
    
  4. or download this
    $sth->fetchall_arrayref({})
    
  5. or download this
      return [
        map{add_subject_loop($sth_subject, $_)} 
        @{$dbh->selectall_arrayref($sql_category, {Slice => {}})}
      ];
    
  6. or download this
    $VAR1 = [
      {
    ...
            },
        'category_name' => 'americas'
      },
    
  7. or download this
    <html>
      <head>
    ...
    
    </body>
    </html>