Mefju has asked for the wisdom of the Perl Monks concerning the following question:
In my HTML code, there is 'colZmiana change up', 'colZmiana change down' or 'colZmiana change '. I would like "class =>" match to every 'colZmiana change'. Could anyone help me ? Thanks. Mefjumy $change = $item->look_down( _tag=> 'td', class => 'colZmiana change ' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Find any string
by FreeBeerReekingMonk (Deacon) on Jun 04, 2015 at 17:22 UTC | |
|
Re: Find any string
by GotToBTru (Prior) on Jun 04, 2015 at 15:23 UTC |