This is my code
use strict; use warnings; use feature 'say'; use Mojo; my $ua = Mojo::UserAgent->new; my $array = $ua->get('http://www.sqlite.org/expridx.html')->res->dom- +>find('div > p ')->map('all_text')->join("\n"); print "\n$array\n";
In this code only p tag value But I want p tag value with ul tag value
Please check this link http://www.sqlite.org/expridx.html
Can Anyone help me ??
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |