JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Perl interview questions
Perl interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. When you're pattern matching, you describe the pattern using:
A. A string in double quotes
B. A MySQL select statement
C. A regular expression
D. A template
Show Correct Answer
Correct Answer is :
A regular expression
2. Perl is:
A. A type of interactive web page
B. A programming language
C. An application program
D. A relational database
Show Correct Answer
Correct Answer is :
A programming language
3. The printf format "%6.2f" displays a number …
A. At least six columns wide in total, with two figures after the decimal place
B. Exactly six digits before the decimal place, and two digits after
C. At least six digits before the decimal place, and two digits after
D. Exactly six columns wide in total, with two figures after the decimal place
Show Correct Answer
Correct Answer is :
At least six columns wide in total, with two figures after the decimal place
4. The statement open (FH,"abc.txt");
A. opens the file abc.txt for overwriting
B. opens the file abc.txt for reading
C. contains an error, so won't compile
D. opens the file abc.txt for appending
Show Correct Answer
Correct Answer is :
opens the file abc.txt for reading
5. When you create a variable, you may assume it starts off containing:
A. 1
B. You may not make any assumption
C. The boolean value "false"
D. A null string (or 0 arithmetically)
Show Correct Answer
Correct Answer is :
A null string (or 0 arithmetically)
Similar Interview Questions
Search for latest jobs
Find Jobs