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