You might like the __DATA__ section:
use strict; use warnings; foreach (<DATA>) { chomp; print "$_\n";; } __DATA__ illegal\characters*example? ab\delta.txt ab*delta.txt
Which produces
illegal\characters*example? ab\delta.txt ab*delta.txt
In reply to Re^5: Disable Regex
by ig
in thread Disable Regex
by SavannahLion
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |