On Sat, Feb 21, 2009 at 06:35, Octavian Râşniţă <orasn...@gmail.com> wrote: > Hi, > > Is there a good practice recommendation for the chars to use as delimiters > for the qw() function? > > qw//, qw(), qw||, qw[] or something else? snip
Not really; I prefer the matched pairs (), <>, {}, and []. I choose one that doesn't exist in my data. You may want to start using qw<> as your default choice because qw/foo bar baz/ is becoming <foo bar baz> in Perl 6. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/