Quiz: Functions
Take a quiz to test your understanding of functions in Perl.
We'll cover the following...
1
How do we do forward declaration of a function?
A)
Square;B)
sub Square();C)
declare Square();
D)
func Square();Question 1 of 70 attempted
 ...
 Ask