This question is asked in many technical interviews which required knowledge of perl.
Require:
- Usage: require EXPR
- if EXPR is a numeric value, then script demands that i requires specified version of perl.
- if EXPR is not numeric, then i assumes that EXPR is name of file to be included in script.
- The included file must return true as last statement.