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

Re: Re: A Perl aptitude test

by TheDamian (Vicar)
on May 02, 2003 at 22:39 UTC ( [id://255188]=note: print w/replies, xml ) Need Help??


in reply to Re: A Perl aptitude test
in thread A Perl aptitude test

the only one I think is a bit unreasonable is #1, because it is code you wouldn't normally ever expect to write except in error.

I think the problem with the question is that the parens are there only to be "tricky". The error would be more understandable if the parenthesized operation was of lower precedence.

So I'd have posed the question like this:

  1. The following line of code is an example of a common coding error in Perl:
    print (2 + 3) * 4;
    1. What does the statement print?
    2. Why?
    3. How could you fix it?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-20 03:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found