×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

Perl example - What is the difference between do() and require() in Perl?


Perl - What is the difference between do() and require() in Perl?

These two functions are almost identical, the difference between them is that do() doesn't check %INC to see if the file has already been loaded. It reloads unconditionally every time the file.

Category: Perl

 
<< Go back