Help for this page

Select Code to Download


  1. or download this
        # conditional use of require
        if ($heavy_lifting_needed) {
    ...
          ## BigModule->import(); # maybe
          BigModule->do_stuff();
        }