0 votes
in Perl by
What do you mean by context of a subroutine?

1 Answer

0 votes
by

It is defined as the type of return value that is expected. You can use a single function that returns different values.

...