Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: The (Larry) Wall Series

by Jeffrey Kegler (Hermit)
on Nov 09, 2007 at 12:43 UTC ( [id://649892]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <p>The parentheses are not part of the grammar, but added
    to show the parses.
    ...
    (6-(-(-(--1))))==6
    (6-(-(-(-(-1)))))==5
    (6-(-(--(-1))))==4
    
  2. or download this
    Length 1, Parse 0, value==(6-1)==5
    Length 2, Parse 0, value==(6-(-1))==7
    Length 3, Parse 0, value==((6--)-1)==5
    Length 3, Parse 1, value==(6-(--1))==6
    Length 3, Parse 2, value==(6-(-(-1)))==5
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-23 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found