|
|
|
|
|
by logicallee
2244 days ago
|
|
>what is a literal character and what is a control character? I read a tip back in the Perl 5 book, that you can just escape any character if you don't remember if it has a special meaning. (You'll still get the literal character even if it didn't need escaping.) So I basically do that a lot. Never had any issue with control characters. |
|
for me it took a few tries to get filexc to not match and file.c to match in my example in the 3 languages.