in reply to nopaste script

You want this as HTML app, do you?
It sounds very straight forward to write a simple script using the CGI module which overs a simple HTML form, gets the content and put it in a standard HTML container inside <pre> tags.
As unique identify a checksum could be used (->CPAN) and then you need a simple main HTML file holding a list/table of links to all entries.

Could be done with 100 lines of code. Just in case you don't find a module for it.

Replies are listed 'Best First'.
Re^2: nopaste script
by Anonymous Monk on Apr 21, 2008 at 19:15 UTC
    " I dont want to rewrite what seems to be already written many times before."