in reply to Re: subroutine array empty
in thread subroutine array empty

Thank you so much for your quick replies. I knew it had to be something so simple I was messing up. I've been using CPAN modules so much writing my own subs has gotten rusty... That file glob is great and just what I needed, so simple. I'm going to strip off the directory name using some regexp's and then I'm good to go.
use strict; use CGI;