Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    if ( ( $variable ) = /pattern (.*)/ ) {
    
  3. or download this
    if ( /pattern (.*)/ ) {
        $variable = $1;