This seems like a really simple question but somehow my Google-Fu failed me.
What\'s the syntax for including functions from other files in Perl? I\'m looking for s
I believe you are looking for the require or use keywords.