in reply to Re^2: Dangers of require 'file.pl'
in thread Dangers of require 'file.pl'

This was the way to import code prior to the invention of Perl modules (Perl 5?). Anyway, this use of require is obsolete now. It's not much more than an eval of some external code.

--marmot