Is my understanding correct, or does the "o" still help with an actual *expression* inside, e.g.:$pattern = "something"; if ($foo =~ /$pattern/o) { #stuff }
Many thanks,if ($foo =~ /^dis_isa_pattern$/o) { # stuff }
In reply to //o of any help? by Dismas
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |