Ответ 1
да, это Perl
Perl использует
=begin
This is a comment line
it explains that the next line of code displays
a welcome message
=cut
смотрите здесь: http://en.wikipedia.org/wiki/Comparison_of_programming_languages_(syntax)#Comments
Я знаю, что много Ruby было вдохновлено Perl (например, STDIN как глобальная константа) или оболочкой Unix (например, синтаксисом <<END
heredoc). Но я не знаю, откуда берется синтаксис комментария блока. Синтаксис:
=begin
This is a comment line
it explains that the next line of code displays
a welcome message
=end
Откуда это? Мои знания о Perl отрывочны. Это Perl?
да, это Perl
Perl использует
=begin
This is a comment line
it explains that the next line of code displays
a welcome message
=cut
смотрите здесь: http://en.wikipedia.org/wiki/Comparison_of_programming_languages_(syntax)#Comments