I have a long page of code I wish to shorten by implementing subroutines for the repetitive sections. I'm confused where to put the subroutines. It doesn't seem like I would put the subroutines within the same <% ... %> portion of the page. If that were the case how does the page know not to run the subs until the original code calls them. Do they go in the <Head>?
Thanks!
Thanks!