Caesura Media Limited Blog

  • Home
  • Blog Disclaimers
  • Blog Privacy Policy

CPAN

kites
CPAN

Perl fast file finder – File::Find::Rule

Hello again, Here is a fine example of some Perl code to make finding files on your filesystem really, really fast : use File::Find::Rule; File::Find::Rule->file->exec( sub { print “Filename : ” . $_[0], “\n”; print “Path : ” . $_[1], “\n”; print “Path/Filename : ” . $_[2], “\n”; return 0; Read more…

By caesura, 4 years1 year ago
thumbnail
Apache

Perl – very fast thumbnail generation – Image::Epeg

Hello again, Following on from my last post about images, here’s a really fast Perl thumbnail generator, so you can create thumbnail images on the fly in your CGI without lots of offline messing about. It’s Image::Epeg, which relies on having epeg installed on your system. Here’s how it’s used Read more…

By caesura, 4 years1 year ago
right-way-round-fi
CPAN

Perl JPG Picture rotate – AutoRotate

Hello again, I thought I’d bung up probably the best CPAN module ever! Well, not ever, but it’s so jolly simple and it Just Works. Here it is : use Image::JpegTran::AutoRotate; … auto_rotate (“/path/to/$image_name”); … and that is it. Well cool, methinks. If you ever wanted your jpgs to be Read more…

By caesura, 4 years1 year ago
elemenski-in-action
CPAN

Perl Freesound OAuth2 API – how to use WebService::Freesound

Hello again! In this post I’ll describe how to use the WebService::Freesound Perl module in a simple web app. All files are available on GitHub to download and have a look at. About Freesound.org Freesound.org is “… a collaborative database of Creative Commons Licensed sounds. Browse, download and share sounds…” Read more…

By caesura, 4 years1 year ago
cpan_banner
CPAN

How to get a module onto CPAN

Hi, I’ve recently put up a Perl wrapper for the Freesound.org OAuth2 API, and supporting goodies on CPAN : WebService::Freesound. Go me! Also available on GitHub. Here are some notes on what I did to get it onto CPAN. How to CPAN Pause Id First thing to do is to Read more…

By caesura, 4 years1 year ago
Recent Posts
  • Migrating Multi-Site WordPress to single sites using LAMP on Ubuntu 16.04
  • Perl fast file finder – File::Find::Rule
  • Perl – very fast thumbnail generation – Image::Epeg
  • Perl JPG Picture rotate – AutoRotate
  • Perl Freesound OAuth2 API – how to use WebService::Freesound
Sponsored Links
Categories
  • Apache
  • CPAN
  • CSS
  • HTML
  • javascript
  • jQuery
  • Migration
  • MySQL
  • Perl
  • Web
  • WordPress
RSS NicePerl
  • (cccxxx) 18 CPAN great modules released last week
  • (cdlvi) metacpan weekly report - Text::Table::More
  • (cdlxxix) stackoverflow perl report
  • (cccxxix) 19 CPAN great modules released last week
  • (cdlv) metacpan weekly report - Teng
  • Home
  • Blog Disclaimers
  • Blog Privacy Policy
Hestia | Developed by ThemeIsle