Help for this page
Select Code to Download
Select
or
download this
$_ = join("\n", <FILE>);
Select
or
download this
do {local $/ = $/.$/;print join('<p>', <FILE>);};