Saved Bookmarks
| 1. |
Define the void context of Perl in a single line. |
|
Answer» The void context is a type of context that does not care about the return VALUE is. Also, it does not DEMAND a return value when APPLIED WITHIN the PROGRAM. |
|