This method returns a list of files whose extensions match the list of patterns that were supplied as an argument. The return value will be an array.
Example:
"@files = $flist->getExtList( qw( .c .o ) )"