
Changing the default delimiter is confusing, and not recommended. However, if forward-slash ( /) is used as the delimiter, the operator m can be omitted in the form of / regex/ modifiers. Instead of using forward-slashes ( /) as delimiter, you could use other non-alphanumeric characters such as !, and % in the form of m! regex! modifiers modifiers or m% regex% modifiers. The syntax is: m/ regex / m/ regex / modifiers # Optional modifiers / regex / # Operator m can be omitted if forward-slashes are used as delimiter / regex / modifiers Delimiter You can use matching operator m// to check if a regex pattern exists in a string.


Perl is famous for processing text files via regular expressions.
