Help for this page

Select Code to Download


  1. or download this
    my $prepared_handle = $dbh->prepare('SELECT * FROM table WHERE parent_
    +id = ?');
    
    ...
        get_children($pointer->{parent_id});
      }
    }
    
  2. or download this
    Top level A
    Top level B
      Second Level A
      Second Level B
    
  3. or download this
    Top level A
    Top level B
    ...
      Second Level B
    Top level C
    Top level D