1. Which conditional statement is equivalent to "if (!<condition>)"?
a. unless ()
b. failure ()
c. fails ()
d. ifn ()
2. Correct command in Perl script
a. "cp file1 file2"
b. 'cp file1 file2'
c. `cp file1 file2`
d. {cp file1 file2}
3. What is -> Symbol in Perl?
1. Correct answer is a) unless()Perl does not have "failure","fails", "ifn" keywords
2. Answer is c), where the command is taken inquotes ``
3. In object oriented PERL the arrow -> symbol is usedfor creating or accessing a particular object of a class
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
Perl