Sorry for a little bit off-topic request.
That fun file system implemented in userspace perl called "PerlFS" that
was made as a kernel patch for Linux some years ago - what became of that?
THAT WAS really a fun perl project.
ANYONE that still has a copy of, please mail it to me privatly.
/magnus
--
#!/usr/bin/perl
$SIG{ALRM}=sub{exit;};alarm 5;$r=<STDIN>;if($r=~m#^GET / HTTP/1#i){alarm 20;
$L="\012\015";print "HTTP/1.1 200 OK$L\Connection: close$L\Content-type: text".
"/plain$L$L\Just another stupid .sig-webserver. The time is ".localtime().$L;}