Help for this page

Select Code to Download


  1. or download this
    use threads;
    use threads::shared;
    use Thread::Queue;
    
  2. or download this
    our (%sessions, %nicks, %times) : shared;
    
  3. or download this
    sub _save {
       my $session = $req->content;
    ...
       $logs->enqueue("save request: stored session $session->{ID}") if $d
    +ebug;
       $res->content({});
    }