First: $first\n
"; print "Second: $second\n
"; print "Combined: ".myconcat($first, $second)."\n
"; ?>

This page was generated on for the CS1520 class.