On 11-02-04 02:22 PM, Uri Guttman wrote:
this comes from 35 years of coding and 18 years of perl. it isn't
something i just came up with last week and it is also a common convention
thing in perl so it is best to stick with that style. there are plenty
of conventions in perl coding and using // for regexes without / inside
is normal and expected.


I use curly braces:  m{ pattern }msx

Also, I put things that are code inside back ticks because in *NIX they mean execute.


--
Just my 0.00000002 million dollars worth,
  Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to