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";
    }