Caesura Media Limited Blog

  • Home
  • Blog Disclaimers
  • Blog Privacy Policy

fast

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
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