Revision ad06ed73
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
SL/HTML/Util.pm | ||
---|---|---|
17 | 17 |
|
18 | 18 |
my $value = !ref($class_or_value) && (($class_or_value // '') eq 'SL::HTML::Util') ? $_[1] : $class_or_value; |
19 | 19 |
|
20 |
return '' unless $value; |
|
21 |
|
|
20 | 22 |
if (!%stripper) { |
21 | 23 |
%stripper = ( parser => HTML::Parser->new ); |
22 | 24 |
|
Auch abrufbar als: Unified diff
HTML::Util: Short circuit ohne $value. Behebt gleichzeitig eine Warnung.