I was having issues with one of my Perl programs and needed to look at the path. To do so, you can print your Perl path like:
perl -e "print qq(@INC)"
Or if you want to print your path of a running program to the log:
warn "path=" . qq(@INC) . "\n\n"
Posted in Code |
No Comments » | October 1st, 2008
I’ve been wanting to play around with the Google App Engine and Yahoo! User Interface Library (YUI), so I created a simple app called WebStickies:
WebStickies is a place on the web to save your notes. You can login using your Google Account and your stickies will be saved.

I’ve got lots of feature in mind, but who know if I’ll have time to add them. Enjoy.
Tags:
Code,
google app engine,
javascript,
stickies,
yui
Posted in Code |
No Comments » | July 11th, 2008