I am using tie::RegexpHash and that works if I do it manually %hash{/^foo/} but I need to get it to work from an array.@array = (qr/^foo /, qr/bar$/); my %hash(@array) = ()
In reply to Assigning regex from arrays to hash keys by wilbur
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |