What pseudo-operators exist in Perl 5?

后端 未结 9 1527
孤城傲影
孤城傲影 2020-11-28 07:05

I am currently documenting all of Perl 5\'s operators (see the perlopref GitHub project) and I have decided to include Perl 5\'s pseudo-operators as well. To me, a pseudo-o

9条回答
  •  暖寄归人
    2020-11-28 07:06

    The << >> operator, for multi-line comments:

    <>;
        This is a
        multiline
        comment
    q
    

提交回复
热议问题