my $obj = $dom1->at('div.abstract-content > p' || 'not provided'); my $abstr = defined $obj ? $obj->text : 'Object undefined';