On 8 May 2010 13:09, Harry Putnam <rea...@newsguy.com> wrote: > "Uri Guttman" <u...@stemsystems.com> writes: > >> yes, i disable syntax coloring since it makes it HARDER for me to >> see > > [...] > > I'm terrible about leaving out one of "" '' () {} [] etc..
I always enter them in pairs. eg I first type if (condition) {} then put the cursor between the curlies and separate them: if (condition) { } then start the block: if (condition) { my $foo; my $bar = baz(); } by always entering delimiters in pairs, I never leave one out. the same approach works for (), [], "", '', <>. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/