Home »
MCQs »
Perl Programming MCQs
The % sign in Perl is used to ___
86. The % sign in Perl is used to ___.
- Declare a hash
- Accessing a hash value
- Initialize a loop
- All of these
Answer: A) Declare a hash
Explanation:
Hash in Perl are declared using the % sign.