Help for this page

Select Code to Download


  1. or download this
    sub fLoadModules {
        my ($modules) = @_;
    ...
        close $fh;
        return @array;
    }
    
  2. or download this
    my $modules_path = $opts{e};
    
  3. or download this
    fCompose $dbh, $modules_path;
    
  4. or download this
    sub fCompose {
        my($dbh, $modules_path) = @_;
    ...
    
    ....
    }