I’m trying to to get the perl code that delivers my del.icio.us links to include text as well as a time stamp. Without that, the numeric title screws up the writeback option.
Can anybody tell me how to adjust the code? The lines in question are:
#file name and location setup for ouputting to file
$timestamp = time();
$outfile = “/rob/journal/links/linklog/”.$timestamp.”.txt”;
How do I add a word in front or behind the .$timestamp. statement? It chokes every time I try it. I must be screwing up the ” ” bits.