InterviewSolution
Saved Bookmarks
| 1. |
What is Subroutine in Perl? |
|
Answer» A GROUP of statements that perform a task SIDE by side is called a SUBROUTINE. Code DEVIATION is also PROVIDED by subroutine so that each can perform a specific task at the same time. |
|