Help for this page

Select Code to Download


  1. or download this
    use Module::Load qw( load );
    
    ...
    
    eval "require $module";
    die "can't load $module this way either\n" if $@;