sabotabby: raccoon anarchy symbol (Default)
sabotabby ([personal profile] sabotabby) wrote2007-02-02 11:12 am
Entry tags:

Oh okay

1. Grab the nearest book. (N.B. Don't you dare dig for that "cool" or "intellectual" book in your closet! I know you were thinking about it! Just pick up whatever is closest.)
2. Open the book to page 123.
3. Find the fifth sentence.
4. Post the text of the next 3 sentences on your blog along with these instructions.
5. Tag 5 people.

"See, I've studied pigeons, robins, merlins, Jabber knows what else, but I've not yet seen a fucking garuda up close. So I'm going to go hunting. I've put it off, but I think the time's come. I'm going to Spatters."

I tag the five of you who haven't done this meme already. You know who you are.

at work also

[identity profile] auralarua.livejournal.com 2007-02-02 10:27 pm (UTC)(link)
The value of whence specifies which of three file positions your offset is relative to: 0, the beginning of the file; 1, the current position in the file; or 2, the end of the file. offset may be negative for a whence of 1 or 2.

seekdir

seekdir dirhandle, pos
Set the current position for the readdir routine on dirhandle. pos must be a value returned by telldir. This function has the same caveats about possible directory compaction as the corresponding system library routine.

from perl in a nutshell