in reply to Perl equivalent of C's #include
If these functions and global variables are goingto be used by a number of different scripts then it might be worth making them into a proper module. Then you'll be able to include it by using:
--use MyStuff;
|
|---|