Help for this page
Select Code to Download
Select
or
download this
if ($opt_c) { $\ = "\n"; } else { $\ = " "; }
Select
or
download this
$/= $opt_c ? "\n" : " ";