Thread
Use of uninitialized value in pattern match...
(4 answers)
Opened by
Duff
at
2007-12-28 15:32
Duff
2007-12-28 15:53
User since
2006-10-06
283 Artikel
BenutzerIn
Mmh... ich habe folgendes Konstrukt:
Code: (
dl
)
1
2
3
4
5
...
if(($status[0] =~ /^match$/) && ($status[1] == 5) ) {
...
}
...
D'OH
Daniel
View full thread
Use of uninitialized value in pattern match...