February 2008: These tests are all badly in need of update.
Some
questions are incorrect because of changing technology and others
just make no sense in today's IT world.
I do intend to update these,
but it's a big project..
Copyright 2005 A.P. Lawrence
Next
Previous
Return to Start Page
In the following program, what does "-no-match-vars" mean?
#!/usr/bin/perl
use English '-no-match-vars';
while (<>) {
print $ARG;
}