$_ = "Some string here"; s/.*//; s//$&Just /; s//$&Another /; s//$&Perl /; s//$&Hacker\n/; print;