in reply to Re: sharing variables among 2 subroutines
in thread sharing variables among 2 subroutines
I tried that. When I print out the value of project and date from the end of parse_file, they print out ok. However, if I do it after I return from parse_file (and before move_file) they are blank!