Help for this page

Select Code to Download


  1. or download this
    my $documents = $schema->resultset('Document')->search();
    
  2. or download this
    while (my $document = $documents->next) {
        my $related_objects = $document->HOW_DO_I_DO_THIS();
        ...
    }