Posted on 2005-04-19 10:46:23-07 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 2005-04-19 12:45:20-07 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, );
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.