require_ok('foo') ### fails foo not found in @INC ok(require 'foo') ### passes