- or download this
Policy:perms
REGEXP:image.([0-9]+).([0-9]+)
...
VSOWNER:root
Use of uninitialized value $vsowner in concatenation (.) or string at
+./getconf line 395.
foo
- or download this
if ( ( $variable ) = /pattern (.*)/ ) {
- or download this
if ( /pattern (.*)/ ) {
$variable = $1;