The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?php

$string = 'Hello'.$there.'. How are'.$you.$going."today $okay";
$string = 'Hello' . $there . '. How are' . $you . $going . "today $okay";
$string = 'Hello'.$there;
$string = 'Hello'. $there;
$string = 'Hello' .$there;
?>