Thread verknuepftes Pattern matching: Pattern nach UND NICHT matchen (16 answers)
Opened by nikster77 at 2006-05-21 19:28

GwenDragon
 2006-05-21 20:42
#66397 #66397
User since
2005-01-17
14848 Artikel
Admin1
[Homepage]
user image
Code: (dl )
 if $_ (m/$lines[$i]->[0]|$lines[$i]->[5]|$lines[$i]->[8]/ && $_ !~ m/"(F)"/)
:rock:
Code: (dl )
 if ($_ =~ m/$lines[$i]->[0]|$lines[$i]->[5]|$lines[$i]->[8]/ && $_ !~ m/"(F)"/)

Das ieht richtiger aus.

Aber wie pq schon sagte: def tutsnicht()!

View full thread verknuepftes Pattern matching: Pattern nach UND NICHT matchen