Thread Grep Problem (2 answers)
Opened by cooldie at 2005-07-20 00:25

renee
 2005-07-20 01:19
#5290 #5290
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
@masks = grep{!($_ eq $hostmask)}@masks;


Ich bevorzuge die Blockschreibweise aus Gewohnheit... Dann kann ich im Block gleich die Bedingung erkennen, die für das grep() gilt...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Grep Problem