$stuff_to_print .= qq(
  • $_
  • \n) for( 1 .. $num ); return $stuff_to_print;