Thread $1 bei Regex (23 answers)
Opened by Gast at 2006-01-12 16:04

bloonix
 2006-01-12 16:24
#61861 #61861
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
foreach (@quelldatei) {
  if (/^ein (.+?) /) {
     # mach was mit $1
  } else {
     # oder auch nicht
  }
}
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread $1 bei Regex