Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

[SOLVED] Problem merging thousands of PDFs with PDF::API2: 'Deep recursion on subroutine "PDF::API2::Basic::PDF::Objind::release"'

by ateague (Monk)
on Oct 13, 2014 at 15:51 UTC ( [id://1103637]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Deep recursion on subroutine "PDF::API2::Basic::PDF::Objind::release" 
    +at C:/Perl64/site/lib/PDF/API2/Basic/PDF/Objind.pm line 123.
    Deep recursion on subroutine "PDF::API2::Basic::PDF::Objind::release" 
    +at C:/Perl64/site/lib/PDF/API2/Basic/PDF/Objind.pm line 123.
    Deep recursion on subroutine "PDF::API2::Basic::PDF::Objind::release" 
    +at C:/Perl64/site/lib/PDF/API2/Basic/PDF/Objind.pm line 123.
    ...
    
  2. or download this
    #!/usr/bin/perl
    use 5.018;
    use PDF::API2;
    ...
    }
    
    closedir $DIR;
    
  3. or download this
    perl -v
    
    This is perl 5, version 18, subversion 2 (v5.18.2) built for MSWin32-x
    +64-multi-thread
    ...
    
    Binary build 1802 [298023] provided by ActiveState http://www.ActiveSt
    +ate.com
    Built Apr 15 2014 10:38:37
    
  4. or download this
    perl -MPDF::API2 -E "say $PDF::API2::VERSION;"
    2.023
    
  5. or download this
    #!/usr/bin/perl
    use 5.018;
    use strict;
    ...
      
      system "@args";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1103637]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found