I have to create a Dynamic subroutine like below that spits out the same message. When ever Sub1 or sub 2 or sub 70 called, I have to return the same message.
Here I am trying to avoid the subroutine declaration 70 times. But I need those declaration in the code also..
.
.
Any Idea how I can achive this in perl..