Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Little annoying mistakes ... of others

by ikegami (Patriarch)
on Dec 08, 2008 at 01:58 UTC ( [id://728833]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print (3+4)*5;  # Prints 7
    
  2. or download this
    >perl -we"print (3+4)*5"
    print (...) interpreted as function at -e line 1.
    Useless use of multiplication (*) in void context at -e line 1.
    7
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found