in reply to Re: Passing 2 tags to find() method
in thread Passing 2 tags to find() method
Hi Marto,
I have made use of the following packages:-
use strict;
use warnings;
use Data::Dumper;
use WWW::Mechanize;
use WWW::Mechanize::TreeBuilder;
I think the method is a part of WWW::Mechanize::TreeBuilder.I might have forgotten to mention about it in my previous threads.Sorry for the inconvenience.I have been assigned the task of scrapping the web page.
The project I am working on is a Web based application that uses Real time Perl WebFramework-> mojolicious.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing 2 tags to find() method
by marto (Cardinal) on Jul 27, 2016 at 10:09 UTC | |
by Kaustubh (Acolyte) on Jul 28, 2016 at 05:10 UTC | |
by marto (Cardinal) on Jul 28, 2016 at 05:51 UTC |