Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Getting File Type using Regular Expressions

by rob_au (Abbot)
on Apr 21, 2004 at 14:10 UTC ( [id://347012]=note: print w/replies, xml ) Need Help??


in reply to Re: Getting File Type using Regular Expressions
in thread Getting File Type using Regular Expressions

On Unix, a tool called 'file' has a large and growing database of file type heuristics. File::Type is a Perl module equivalent. These read just enough of a file to make a solid guess as to the type, and report it.
I feel that the File::MMagic module provides a more mature alternative to the File::Type module to provide file-like functions. This module has the added advantage in that it can read in the same magic files as those employed for file to extend its recognition profile.

 

perl -le "print unpack'N', pack'B32', '00000000000000000000001011010010'"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://347012]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 04:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found