Help for this page

Select Code to Download


  1. or download this
    my $cats_sth = $dbh->prepare(<<"EndOfSQL");
      SELECT category_id, name, parent
      FROM   $sql{categories}
    ...
            print_category($cats->[$child_id], $cats, "$indent  ");
        }
    }
    
  2. or download this
    [
       [ name, parent id, [ child ids ] ],
       [ name, parent id, [ child ids ] ],
       ...
    ]