$formfiller->add_filler( 'cf_vorname' => Fixed => sub_vorname() ); sub vor_name { @vname = qw (TestA TestB); return(@vname[1]); };