in reply to Re: How do I test if a bit has been set in a bitstring
in thread How do I test if a bit has been set in a bitstring
my ($flags) = $filename =~ / \. (\d+) $ /x;
That won't work correctly because it doesn't match the hexadecimal digits A, B, C, D, E and F.
|
|---|