- or download this
$regex = qr/--/
...
unshift(@match, $thestring);
}
- or download this
081407 start up server
081407 -- fatal error in procedure 1
081407 -- disconnected user
081407 -- logging started
081407 -- not enough space
- or download this
081407 -- fatal error in procedure 1
081407 -- not enough space
- or download this
081407 -- disconnected user
081407 -- logging started
- or download this
1. get all occurrences of "--".
2. in those occurrences of "--" ignore those that have "logging" and "
+disconnected"
...
qr/-- || ~! logging,disconnected/ (wrong syntax of course)
something like an ignore list.