InterviewSolution
Saved Bookmarks
| 1. |
What is the use of the ’$_’ symbol? |
|
Answer» $ is default input and PATTERN MATCHING SPACE variable in Perl. |
|