Help for this page

Select Code to Download


  1. or download this
    my $schema = DBIx::Class::Schema::Loader::make_schema_at(UR_STUFS);
    
    ...
        my $source = $schema->source($moniker);
        printf "%30s -> %s\n", $source->name, $moniker;
    }