my $result = $a->find_link( text => "download" ); if( defined $result ) { my ( $url, $linktext ) = @{ $result }; # use $linktext here }