Your proficiency in Perl is judged by your performance in the online/written
test. Reading books after books on Perl alone can not help you crack an
interview. Practice with this set of 25 tricky questions on Perl to ensure that
you choose the correct answer from very closely related options within the
stipulated time. Whether you are an experienced professional or a fresher
trying to make an entry into the corporate work, you will find this test
extremely helpful.
Online Practice
Test > Perl Test
Here are few sample PERL test/quiz questions
The value of #myvar = 5 * 10 is a
scalar value 50
String value “5 * 10”
String value 50
None of the above
Which of the following enforces strictness in PERL program
enforce strict
perform strict
use strict
be strict
Click here to start PERL
quiz/test
More Links
Latest answer: A Message Driven Bean is a message consumer.
Message-driven beans receive JMS messages and process them. It listens to
message destination or endpoint and gets activated when a message
arrives.............
What
is Deployment descriptor?
Latest answer: The deployment descriptor directs a deployment
tool to deploy a module or application with specific container
options..............
|