Thread

Posted on Tue Apr 19 13:46:23 2005 by safrican
Need a little help?
Does the AFP Parser require any other non-standard modules? I've installed the download but when I try and use it I get told the binary.pm can't be located. Then I found a binary.pm online, now its says it can't find FixedFormat.pm. What module are these part of? Any help, suggestions, advice will be GREATLY appreciated. Thanks in advance. Perl Noobie.
Direct Responses: 361 | Write a response
Posted on Tue Apr 19 15:45:20 2005 by b10m in response to 359
Re: Need a little help?

I'm not sure /how/ you "installed" the module, but if you install it with the Makefile, it should prompt you for the requirements.

From http://search.cpan.org/src/AUTRIJUS/Parse-AFP-0.23/Makefile.PL:

requires ( 'perl' => '5.8.2', 'Parse::Binary' => 0.08, 'Encode::IBM' => 0.01, );
Write a response