Tag: perl

  • perl script to generate a list of Julian day/day of year dates, given start and end.

    I discovered myself on a unix system with a ‘date’ utility that only accepts the -u and + parameters, a fairly basic perl install, and lots of archives that are listed by the “Julian day” (day of year) date. I put together a perl script using the functions I had at my disposal. The script…

  • Perl Documentation Bookmarklets

    Below are some bookmarklets to quick link to CPAN documentation… Click and drag the links to your bookmark bar or use the included source code to create the bookmarklets. They will generate a prompt something like this when clicked: Bookmarklet to search for a keyword in CPAN documentation: Search CPAN Source: javascript:{x=prompt(“Search%20for%20module”);window.location=’http://search.cpan.org/search?mode=module;query=’+x;} Bookmarklet to bring…