InterviewSolution
| 1. |
What Is A Subroutine? |
|
Answer» Subroutine is perl is a block of code specially combined/grouped to perform a particular task.Which can be CALLED at any point of time in a perl PROGRAM. Subroutine is perl is a block of code specially combined/grouped to perform a particular task.Which can be called at any point of time in a perl program. |
|