How can you include code from another file in your program?
With the #include preprocessor command
Adding the file’s directory to @INC and then passing the filename to require.
Both A & B
None