I know that a lot of Ruby was inspired by Perl (e.g. STDIN as a global constant) or Unix shell (e.g. the <<END
heredoc syntax). But I don't know where the block comment syntax comes from. The syntax:
=begin
This is a comment line
it explains that the next line of code displays
a welcome message
=end
Where does this come from? My knowledge of Perl is sketchy. Is it Perl?