Help for this page

Select Code to Download


  1. or download this
    
    # Approximate
    ...
       eval qq{ use Module2 } if not $@;
       die("Unable to load Module1 or Module2\n" if not $@;
    }