"Uri Guttman" <[email protected]> writes:
> yes, i disable syntax coloring since it makes it HARDER for me to
> see
[...]
I'm terrible about leaving out one of "" '' () {} [] etc.. Emacs catches
them and leads me to them pretty quickly with syntax hilight.
my @ar = ( "one",
"two".
"three",
"four",
[...]
"twenty"
);
Doesn't seem all that much more cluttered than:
my @ar = qw( one
two
three
four
[...]
twenty
);
Far as reading the code goes, but is a fair bit less typing.
I think I'll ask on an emacs group how others get around that syntax
highlighting problem.
Ilya Zakharevich (the author of cperl-mode) often answers perl
related questions himself.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/