Help for this page

Select Code to Download


  1. or download this
    # table definition
    CREATE TABLE "chatter" (
    ...
        "message" text,
        Constraint "chatter_pkey" Primary Key ("chatterbox", "messagetime"
    +)
    );
    
  2. or download this
    #cbhistory.pl
    #!/usr/bin/perl -w
    ...
        my ($expat, $name) = @_;
        undef($expat->{mark});  # after the tag close, we wait for the nex
    +t one
    }
    
  3. or download this
    #cbhistory.cgi
    #!/usr/bin/perl -w
    ...
    __DATA__
    http://sourceforge.net/projects/jchatter/    Java Chatterbox project p
    +age on SourceForge
    jchatter.diff    Patch to Java Chatterbox to allow selection of a chat
    +terbox on the command line