in reply to Re: Subroutines loaded in from ohter files
in thread Subroutines loaded in from other files

I'm not using a main function either, but consider doing so in the future since it may help trap scoping errors and eliminates global variables which is always a Good Thing(tm).

Just my 2 cents, -gjb-

  • Comment on Re: Re: Subroutines loaded in from ohter files