Help for this page
#!/usr/bin/perl use strict; ... while (<@text>) { // apply $regexes somehow, the fastest way possible; }