How to use subroutines in perl?
Asked By
10 points
N/A
Posted on - 05/31/2012

Recently, I have started learning Perl programming.
Now, In my program I want to have a subroutine.
Where I can pass parameters and return values from that subroutine.
Can anyone tell me how to do that?
