Help for this page

Select Code to Download


  1. or download this
    $pm =~ s{::}{/}g;
    $pm .= '.pm';
    eval { require $pm }
       or die("Unable to load plugin $plugin: $@\n");
    
  2. or download this
    eval qq{ require $plugin }
       or die("Unable to load plugin $plugin: $@\n");