Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Snarky comments on the ddj perl quiz

by liverpole (Monsignor)
on Aug 23, 2007 at 01:10 UTC ( [id://634553]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    What is the simplest type of data that Perl can work with?
    
    ...
    and then (in the answer section):
    
    The simplest type of data that Perl can work with is called a scalar. 
    +Answer: C.
    
  2. or download this
    Which of the following commands should be used to open a filehandle na
    +med
    KAREN to an existing file named sw?
    ...
       2. open KAREN, ">sw";
       3. open "sw" KAREN;
       4. open ">sw", KAREN;
    
  3. or download this
    The command open KAREN, "sw"; should be used to open a filehandle name
    +d KAREN
    to an existing file named sw. Answer: B.
    
  4. or download this
    Which operator can be used to take the bottom item from an array?
    
    ...
       2. push
       3. pull
       4. plant
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://634553]
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-26 04:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found