in reply to Re^4: IDE for Perl programming? ( *cperl-mode* bug)
in thread IDE for Perl programming?

There's also the opposite case where you must not use whitespace:
# This works and means the string 'foo': q#foo# # This is a single q, #foo# is a comment. q #foo#
Funny, eh?

Replies are listed 'Best First'.
Re^6: IDE for Perl programming? ( *cperl-mode* bug)
by LanX (Saint) on Mar 12, 2021 at 23:35 UTC