Thread Probleme mit komplexem Sachverhalt (5 answers)
Opened by RPerl at 2008-03-26 19:18

Gast Gast
 2008-03-26 19:48
#107513 #107513
Code (perl): (dl )
1
2
3
4
foreach my $line (@raw_file_content) {
  ($line = $line) =~ s!(?<=<plugin-data-field key="displayName")(\d+)(?=</plugin-data-field>)!$username_icq->{$1}!e;
  print $line;
}

View full thread Probleme mit komplexem Sachverhalt