Make a nice buffer?

2004-03-25 Thread David Busby
List, I want to make a buffer for my application to write log data to. I've created a fifo (`mkfifo /tmp/buf`) Then I made my PERL script that reads from /tmp/buf. Other programs open and write to /tmp/buf but when they close then my program that is reading from /tmp/buf stops. I want the scr

String differences

2004-03-25 Thread David Busby
Any differences between strings quoted with ' vs "? I know the '' delimited strings don't get variables and other nice things converted to values, does that make '' faster when using constant strings than ""? /djb -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM