in reply to sending data thru a sub routine
... do i declare my subroutines in the beginning of my script and then call them later on in the script like this?
In this particular script, the order of subroutine definition and invocation doesn't matter. There are some situations in which you must define or declare a subroutine before you call it, but you're a long way away from having to worry about that kind of detail.
|
|---|