Quiz: Functions

Take a quiz to test your understanding of functions in Perl.

We'll cover the following...
Technical Quiz
1.

How do we do forward declaration of a function?

A.
Square;
B.
sub Square();
C.
declare Square();
D.
func Square();

1 / 7
...