in reply to Re: Module 'use' chains
in thread Module 'use' chains

That will only work the first time use is called. Replace
use Include;
with
BEGIN { do 'Include.pl'; }