my @watchstrings = $schema->resultset('WatchString')->all while( my $line ) { for my $w (@watchstrings) { ... } }