Hi All, Is there anything equivalent to include function of PHP in Perl? I have issue like i want two Perl files, one File i want to make it as data file which have lot of data in form of Hashes & arrays. I want to use these hashes & array to another Perl file so that second Perl file will contain only logic not the huge amount of hard coded data. In PHP we can use "include" to do this. But is there anything available in Perl? Let me know if anybody knows about such function.
-- Sumit

