Help for this page

Select Code to Download


  1. or download this
    push @array, $1 if m[^FOO\s=\s(.*?)/$];
    
  2. or download this
    push @array, $1 if m[^FOO\s+=\s+(.*?)/$];