Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Perl quiz for beginners

by jassics (Initiate)
on Sep 09, 2011 at 14:52 UTC ( [id://925105]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl quiz for beginners
in thread Perl quiz for beginners

Nice to know about you Peter. This quiz was just to make familiar with these terms so that nobody says that being a novice you don't know what is what. From the next session it will be fully practically code based and will have three level.....novice, intermediate and expert for each and every topic............... Ex: questions on variables Question on inbuilt functions for variables etc or all of you can suggest us topic, contribute few question then we together can come up with nice quiz which will be helpful for all sort of people in Perl domain

Replies are listed 'Best First'.
Re^3: Perl quiz for beginners
by blue_cowdawg (Monsignor) on Sep 09, 2011 at 14:56 UTC

    Me, being me, would ask questions like

    What value is printed using the following code? my $i="abc"; $i++; print $i,"\n";


    Peter L. Berghold -- Unix Professional
    Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

      And that is a beginner question?

      Be honest, do you have to think harder if the code was

      my $i = "amz"; print ++$i, "\n";

      ?


      Enjoy, Have FUN! H.Merijn
            And that is a beginner question?

        ... I am a sick puppy... :-)


        Peter L. Berghold -- Unix Professional
        Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-19 12:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found