I'm looking for a module or some way to obtain the information of the content of a file.
The same that the linux "file" command does, but in Perl language.
|
feedback
|
|
Have a look at the File::Magic module on the CPAN. | |||
|
feedback
|
|
Take a look at File::Magic | |||
|
feedback
|
|
I finally opted to do something like
| ||||
feedback
|