Home / Programming MCQs / Perl MCQs / Question
T
Q. Arguments in Perl are passed as ___.
Arguments in Perl are passed as values, strings, array.
You must be Logged in to update hint/solution
What will be printed by the code below? my $val = {}; print ref($val);
How do you perform a forward declaration of a subroutine performed?
Arguments in Perl are passed as ___.
A group of statements that perform a specific task is known as ___.
Which of the following is used in perl?
Which of the following is a valid assignment operator in Perl?
What will be the output of the following Perl code?
Discusssion
Login to discuss.