Help for this page

Select Code to Download


  1. or download this
    sub base : Chained('/'): PathPart('admin'): CaptureArgs(0) {
            my ($self, $c) = @_;
            $c->stash( users_rs => $c->model('DB::Tech'));
    ...
                    $Data::Dumper::Useperl = 1;
            }
    }
    
  2. or download this
    [info] *** Request 1 (0.167/s) [19733] [Tue Mar 29 20:49:35 2011] *** 
    +                                                                     
    +                                                                     
    +     
    [debug] "GET" request for "admin/list" from "192.168.1.3"             
    +                                                                     
    +                                                                     
    +     
    [debug] Path is "/admin/list"                                         
    +                                                                     
    +                                                                     
    +     
    ...
    [debug] Rendering template "admin/list.tt2"                           
    +                                                                     
    +                                                                     
    +     
    [debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Co
    +ntent-Length: 1546                                                   
    +                                                                     
    +     
    [info] Request took 0.131545s (7.602/s)
    
  3. or download this
    [% META title = 'System Users List' -%]
    
    <table>
    ...
    Dump of the 'users' variable:
    [% Dumper.dump(users) %]
    </pre>