File::Type::Builder

File::Type::Builder is Perl module to parse mime-magic and generate code.
Download

File::Type::Builder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Mison
  • Publisher web site:
  • http://search.cpan.org/~pmison/File-Type-0.22/lib/File/Type/Builder.pm

File::Type::Builder Tags


File::Type::Builder Description

File::Type::Builder is Perl module to parse mime-magic and generate code. File::Type::Builder is Perl module to parse mime-magic and generate code.SYNOPSIS my $build = File::Type::Builder->new(); while () { chomp; my $parsed = $build->parse_magic($_); my $code = $build->string_start($parsed); (or string_offset or beshort) }Reads in the mime-magic file format and translates it to code. (This documentation would be longer if I really expected anyone other than me to run the code.) Requirements: · Perl


File::Type::Builder Related Software