- or download this
my $re_str=qr{([0-6BS])};
$_="B";
my $ans;
if (eval m{$re_str})
- or download this
my $re_str="qr{([0-6BS])}";
$_="B";
my $ans;
if (eval m{$re_str})
- or download this
#not tested, YMMV
for $key (keys %options)
...
}
}
}