The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:File::MMagic"

File::MMagic - Guess file type River stage three • 27 direct dependents • 156 total dependents

checktype_filename(), checktype_filehandle() and checktype_contents returns string contains file type with MIME mediatype format....

KNOK/File-MMagic-1.30 - 02 Jul 2013 06:28:44 UTC

File::MMagic::XS - Guess File Type With XS (a la mod_mime_magic) River stage two • 4 direct dependents • 19 total dependents

This is a port of Apache2 mod_mime_magic.c in Perl, written in XS with the aim of being efficient and fast, especially for applications that need to be run for an extended amount of time. There is a compatibility layer for File::MMagic. you can speci...

DMAKI/File-MMagic-XS-0.09008 - 10 Apr 2014 03:50:42 UTC

Meta::File::MMagic - extend File::MMagic. River stage zero No dependents

This class extends the functionality found in File::MMagic until some improvements to that class are made....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC

File::Find::Rule::MMagic - rule to match on mime types River stage one • 2 direct dependents • 4 total dependents

File::Find::Rule::MMagic interfaces File::MMagic to File::Find::Rule enabling you to find files based upon their mime type. Text::Glob is used so that the patter may be a simple globbing pattern. ->magic( @patterns ) Match only things with the mime t...

RCLAMP/File-Find-Rule-MMagic-0.02 - 29 Oct 2002 11:19:42 UTC

File::Find::Object::Rule::MMagic - rule to match on mime types River stage zero No dependents

File::Find::Object::Rule::MMagic interfaces File::MMagic to File::Find::Object::Rule enabling you to find files based upon their mime type. Text::Glob is used so that the pattern may be a simple globbing pattern. ->magic( @patterns ) Match only thing...

SHLOMIF/File-Find-Object-Rule-MMagic-v0.0.4 - 02 Feb 2014 20:26:09 UTC

File::Type - determine file type using magic River stage three • 36 direct dependents • 113 total dependents

File::Type uses magic numbers (typically at the start of a file) to determine the MIME type of that file. File::Type can use either a filename, or file contents, to determine the type of a file....

PMISON/File-Type-0.22 - 06 May 2004 11:00:01 UTC

File::Unpack - A strong bz2/gz/zip/tar/cpio/rpm/deb/cab/lzma/7z/rar/... archive unpacker, based on mime-types River stage zero No dependents

JNW/File-Unpack-0.70 - 13 Mar 2015 13:47:12 UTC

File::Extract - Extract Text From Arbitrary File Types River stage zero No dependents

File::Extract is a framework to extract text data out of arbitrary file types, useful to collect data for indexing....

DMAKI/File-Extract-0.07000 - 18 Nov 2007 13:35:51 UTC

File::Unpack2 - A strong bz2/gz/zip/tar/cpio/rpm/deb/cab/lzma/7z/rar/... archive unpacker, based on mime-types River stage zero No dependents

KRAIH/File-Unpack2-1.0 - 01 Dec 2023 17:14:21 UTC

File::MimeInfo - Determine file type from the file name River stage two • 29 direct dependents • 36 total dependents

This module can be used to determine the mime type of a file. It tries to implement the freedesktop specification for a shared MIME database. For this module shared-mime-info-spec 0.13 was used. This package only uses the globs file. No real magic ch...

MICHIELB/File-MimeInfo-0.35 - 25 Apr 2024 19:16:44 UTC

File::Comments - Recognizes file formats and extracts format-specific comments River stage zero No dependents

File::Comments guesses the type of a given file, determines the format used for comments, extracts all comments, and returns them as a reference to an array of chunks. Alternatively, it strips all comments from a file. Currently supported are Perl sc...

MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC

File::LibMagic - Determine MIME types of data or files using libmagic River stage two • 16 direct dependents • 27 total dependents

The "File::LibMagic" module is a simple perl interface to libmagic from the file package (version 4.x or 5.x). You will need both the library (libmagic.so) and the header file (magic.h) to build this Perl module. Installing libmagic On Debian/Ubuntu ...

DROLSKY/File-LibMagic-1.23 - 29 Aug 2020 03:57:26 UTC

File::Find::Rule - Alternative interface to File::Find River stage four • 279 direct dependents • 2027 total dependents

File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories....

RCLAMP/File-Find-Rule-0.34 - 03 Dec 2015 14:31:54 UTC

File::Fingerprint - Identify a file by its checksums and other attributes River stage one • 1 direct dependent • 1 total dependent

POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: =over is the last thing in the document?!...

BDFOY/File-Fingerprint-0.104 - 07 Jan 2024 22:58:15 UTC

File::Type::WebImages - determine web image file types using magic River stage zero No dependents

"mime_type()" can use either a filename, or file contents, to determine the type of a file. The process involves looking the data at the beginning of the file, sometimes called "magic numbers"....

MARKSTOS/File-Type-WebImages-1.01 - 03 Jan 2009 11:59:53 UTC

Test::File::Find::Rule - Test files and directories with File::Find::Rule River stage zero No dependents

This module provides some functions to test files and directories with all the power of the wonderful File::Find::Rule module. The test functionnality is based on Test::Builder. EXPORT match_rule_nb_results match_rule_array match_rule_no_result FUNCT...

FABPOT/Test-File-Find-Rule-1.00 - 07 Apr 2004 12:20:46 UTC

File::Find::Rule::Type - rule to match on mime types River stage zero No dependents

File::Find::Rule::Type allows you to build Find::File::Rule searches that are limited by MIME type, using the File::Type module. Text::Glob is used so that the pattern may be a globbing pattern. ->type( @patterns ) Match only things with the mime typ...

PMISON/File-Find-Rule-Type-0.05 - 26 Aug 2003 22:39:20 UTC

File::Find::Object::Rule - Alternative interface to File::Find::Object River stage two • 6 direct dependents • 10 total dependents

File::Find::Object::Rule is a friendlier interface to File::Find::Object . It allows you to build rules which specify the desired files and directories. WARNING : This module is a fork of version 0.30 of File::Find::Rule (which has been unmaintained ...

SHLOMIF/File-Find-Object-Rule-0.0313 - 27 Aug 2021 07:28:12 UTC

File::Find::Rule::LibMagic - rule to match on file types or mime types River stage zero No dependents

File::Find::Rule::LibMagic extends File::Find::Rule by matching files depending on their magic file type or MIME type delivered through File::LibMagic from file(1) UNIX command. Every UNIX user (or users of unix-like systems) knows the file(1) comman...

REHSACK/File-Find-Rule-LibMagic-0.02 - 27 Apr 2010 14:48:44 UTC
19 results (0.033 seconds)