Help for this page
#!/usr/bin/perl use strict; use warnings; ... $output =~ s/\t||\r||\n||\f//g; print $output; }