Help for this page
if ($line =~ m/\014/) { # $line contains a Control-L }
$test = sprintf("%o", ord $_); if ($test eq "14") { ... }