InterviewSolution
Saved Bookmarks
| 1. |
How to declare a variable in Perl? |
|
Answer» We are not REQUIRED to declare a variable EXPLICITLY to reserve MEMORY space, but its automatically when we ASSIGN a VALUE to the variable using an equal sign(=). |
|