Help for this page
$folder =~ /^($bannedF[$_]).*/; return BANNED if ($1);
use strict; use warnings; ... } } }