in reply to Moving Input Data Files into Script Proper.
<> uses glob internally. Just say:
while (<~/myinput/*>) { # do stuff with open(FH,"<".$_ ) }; [download]
After Compline,Zaxo