Help for this page

Select Code to Download


  1. or download this
    my $file = $package;
    $file =~ s{::}{/}g;
    $file .= '.pm';
    require $file;
    $package->import(@imports);
    
  2. or download this
    require if;
    if->import(1, $package, @imports);