Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

cbhistory

by pfaut (Priest)
on Dec 15, 2002 at 18:08 UTC ( [id://220030]=sourcecode: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: sourcecode [id://220030]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 11:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found