Help for this page
$file = "pp.txt"; open (FH ,$file) || die ("could not openfile"); ... print; } close (FH);