Google News
logo
Perl - Interview Questions
Explain the meaning of closure in Perl.
The closure is a block of code that is used to capture the environment where it is defined, and it captures lexical variables that the block consists of.
Advertisement