answersLogoWhite

0

What is 'require' in perl?

User Avatar

Anonymous

16y ago
Updated: 8/18/2019

require includes another file within your existing perl script.

e.g. require "anotherfile.pl";

User Avatar

Wiki User

16y ago

What else can I help you with?