links for 2006-09-21
-
A portable, anonymous browser.
-
A thread where it is explained that, if you want to run a command in the shell and then use the output for something, then you don't want backticks at all. Rather, use open() to tie the commands output to a filehandle, and then work with the filehandle.