In Perl, which of the following statements about Use and Require is true:
1. Both the statements are used to import modules.
2. Require statements import functions only within their packages.
3. Use statements import functions with a global scope.
4. Require statements are interpreted and executed during parsing.
5. Require statements are executed during runtime.