Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: If I was forced to program in another language, the Perl language feature I would miss most would be:

by hossman (Prior)
on Oct 18, 2006 at 00:45 UTC ( [id://578932]=note: print w/replies, xml ) Need Help??


in reply to Re: If I was forced to program in another language, the Perl language feature I would miss most would be:
in thread If I was forced to program in another language, the Perl language feature I would miss most would be:

You can live without "trailing comma" by getting in the habit of using "leading comma"...

assertQ( "minimum mm is three" ,req("cool stuff traveling") ,"//*[@numFound='2']" ,"//result/doc[1]/int[@name='id'][. ='42']" ,"//result/doc[2]/int[@name='id'][. ='666']" );
  • Comment on Re^2: If I was forced to program in another language, the Perl language feature I would miss most would be:
  • Download Code

Replies are listed 'Best First'.
Re^3: If I was forced to program in another language, the Perl language feature I would miss most would be:
by ikegami (Patriarch) on Oct 18, 2006 at 01:07 UTC
    That doesn't solve anything. It just moves the problem the trailing comma solves. Instead of making it harder to add at the end, it makes it harder to add at the front.
      I beg to differ. You're far more likely to want to add to the end, so it is a big improvement.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://578932]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 19:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found