The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

adpdump.pl - Dump IBM AFP data to HTML

SYNOPSIS

    # Defaults to "cp500, ibm-835" encoding
    % afpdump.pl input.afp > output.html

    # For Big5-encoded AFPs
    % afpdump -e cp437,ibm-947 big5.afp > output.html