Help for this page
while (<>) { next if /^$/; print; }
$text = "A'B'C" ; $text = replacequote($text); ... } return $X; }