in reply to DDJ Test for Perl

Thank you for pointing out the perl test. I just read it expecting to answer about 10-20 correctly. Imagine my joy when I correctly answered 42 of them. I guess the books are working for me. The monestary gets a lot of the credit too.
I got number 41 correct, but I see where one of the monks said it would not work, so I guess I'm confused too. Also, I answered fork instead of system to 25, so I have a little more studying to do in that area. Thanks again.

Replies are listed 'Best First'.
Re^2: DDJ Test for Perl
by runrig (Abbot) on Aug 27, 2007 at 19:46 UTC
    system implicitly forks and execs. If you want to "launch a child process to run a program", then fork is half the solution.
      Your bias is showing.
      system implicitly forks and execs.
      On my computer, system does neither of those.
        Your bias is showing.

        Fair 'nuff.

        On my computer, system does neither of those.

        I run perl on Unix and Windows...but yeah, I guess I do still have a bias :-)