PDA

View Full Version : what is void context in perl?



iammanisha
04-20-2017, 09:59 AM
what is void context in perl?

jhonalbert
12-21-2021, 07:04 AM
what is void context in perl?

when the value of an expression is not used, when a function is called but no one checks the return value.
Void Context. Another peculiar kind of scalar context is the void context.