Help for this page
#!/usr/bin/perl - w use strict; ... while(<$fh>){ print $_."\n"; }
local $/ = "[\n\r\cM]";