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.
Thanks.
|
1
|
|
|
|
|
|
Have a look at the File::Magic module on the CPAN. |
||
|
|
|
I finally opted to do something like
|
|||
|
|
|
|
Take a look at File::Magic |
||
|
|