Help for this page

Select Code to Download


  1. or download this
    my %patterns = 
    {
    ...
            'id_fields' => ['section_id']
        }
    }
    
  2. or download this
        my     @fields = @{$$regex_set{'id_fields'}};
        unshift @fields, '';
    ...
        {
            $args{$fields[$i]} = $$i;
        }