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