Help for this page

Select Code to Download


  1. or download this
    use File::Spec;
    my $dir = 'modules';
    my $mod = 'test';
    
    my $module = File::Spec->catfile( $dir, $mod . '.pm' );
    require $module;