Help for this page

Select Code to Download


  1. or download this
    > db.system.js.save({_id:"getNextSequence", value:function(name){ var 
    +ret = db.counters.findAndModify({query: { _id: name },update: { $inc:
    + { seq: 1 }},new: true});return ret.seq; }});
    
  2. or download this
    post "/commNew" => require_login sub {
        my $userh = logged_in_user;
    ...
            return 404;
        }
    };