Mefju has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks! I am new at Perl and i've got a problem. I would like to find any string in this part of code:
my $change = $item->look_down( _tag=> 'td', class => 'colZmiana change ' );
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. Mefju

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

    Please put code inside <c>...</c> tags; it's very hard to read otherwise. Secondly, your question is very unclear. Please include a sample of your code that is sufficient to demonstrate the problem.

    Dum Spiro Spero