Help for this page

Select Code to Download


  1. or download this
    package dir_browse::model::DB::Main;
    
    ...
    }
    
    1;
    
  2. or download this
    package dir_browse::model::dir_browse;
    use strict;
    ...
            or $self->{schema}->create('t_dir')->({dr_path => $dir});
    ...
    }
    
  3. or download this
    DBIx::Class::Schema::resultset(): Can't find source for t_dir
    
  4. or download this
    No tables found in database, nothing to load at c:/Perl/site/lib/DBIx/
    +Class/Sche
    ma/Loader/Base.pm line 443.
    
  5. or download this
    mysql> use dir_browse;
    Database changed
    ...
    | t_session            |
    | t_user               |
    +----------------------+