Help for this page

Select Code to Download


  1. or download this
    use if 1, $pkg;
    
  2. or download this
    my $file = $pkg;
    $file =~ s{::}{/}g;
    $file .= '.pm';
    require $file;
    import $file;