in reply to Re: Match nothing in grep { ! // }
in thread Match nothing in grep { ! // }
works in this case but it just doesn't seem like the right way to do this.$css->{xlink} //= ' ';
@{$ret->{link}} = grep { ! /$css->{xlink}/ } map { $_->{href} } $dom-> +find($css->{link})->each if ($css->{link});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Match nothing in grep { ! // }
by McA (Priest) on Mar 14, 2013 at 09:21 UTC | |
|
Re^3: Match nothing in grep { ! // }
by Anonymous Monk on Mar 14, 2013 at 09:58 UTC |