in reply to PDF to Text

You could use pdftoall (not perl) or pdf2txt also not perl but shareware.
for another good free util try pstotext (in debian apt-get install pstotext)

Replies are listed 'Best First'.
Re^2: PDF to Text
by rob_au (Abbot) on Jan 24, 2005 at 10:29 UTC
    I would note that the ps2ascii application which is installed as part of the pstotext package does also include PDF to ASCII conversion (although the manual page does note that this application does not consider font encoding and cannot handle kerning particularly well) - If there is a requirement for a Perl implementation of this solution, the source package for this application may be enlightening.

     

    perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"