I am thankful to everyone who helped answer my last question.
I have a script with a system() call and I cannot seem to include (?i) in it.
I can print the command including (?i) but escaping it successfully, and, when attempting to use system, I have tried various permutations qq [] \( etc... but nothing helps.
Here's some pseudocode, which fails
system qq(command $_->{Sub_URL} \(?i\)Podcast ARGS);But this is fine:
print qq(command $_->{Sub_URL} \(?i\)Podcast ARGS);In reply to how to escape round parentheses in a system call by ObiPanda
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |