in reply to Re^4: perl equiv to cmd start
in thread perl equiv to cmd start

Yes, I hesitated to call them functions, but as they (qq, etcetera) are listed in perlfunc, I did ;-)

Replies are listed 'Best First'.
Re^2: qq "function" or operator
by LanX (Saint) on Jan 22, 2017 at 01:51 UTC
    They are also listed in perlop and are operators since they have a precedence and special parsing at compile time.

    The confusion stems from Perl's DWIM approach of redundant documentation.

    from perlfunc#Perl-Functions-by-Category

    Here are Perl's functions (including things that look like functions , like some keywords and named operators )

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!