open (FILE,"<$script_path/$file") || die "NFG1 $script_path/$file!\n"; @CONTENT = ; close(FILE); $Text::Wrap::columns = '40'; print wrap("","",@CONTENT); #### open (FILE,"<$script_path/$file") || die "NFG1 $script_path/$file!\n"; while (){ $CONTENT .= $_; } close(FILE); $Text::Wrap::columns = '40'; print wrap("","",$CONTENT);