load module {Perl-module-file}
Load or reload a Perl module. This is like require with a file name but we force a load or reload. This is useful if you wanto to changes the Perl module while you are debugging it and want to reread the module.
Note however that any functions along the call stack will not be changed.