Archive for February 3rd, 2005

Do I have that in my perl?

February 03rd, 2005 | Category: looky

I was looking for a perl library on my system- once I found it, I didn’t know if my perl was using it properly or not.

Here’s how to answer that question: Check if it is in the list:

perl -e 'foreach (@INC) { print "$_\n"; }' | xargs --replace find {} -name "*.pm" -print

To print out all the entries in @INC, the perl library include path:

perl -e 'foreach (@INC) { print "$_\n"; }'
No comments

Pirate Documents

February 03rd, 2005 | Category: looky

This guy will sell you a replica of a real Letter of Marque; i.e. a pirate license!
Web link of note: Pirate Documents
(At http://www.piratedocuments.com/)

No comments

Dharma for Kids

February 03rd, 2005 | Category: looky

A very simple site. This thing needs cartoons!
Web link of note: Dharma for Kids
(At http://www.dharmaforkids.com/)

No comments