lleche has asked for the wisdom of the Perl Monks concerning the following question:
CAM::PDF module includes a object creation function
$doc->new($package, $content)but I could not find in the documentation or in the scripts provided in the module how to 'destroy' the object and release it from memory. I would have to merge a significant number of pdfs and would like to avoid hitting memory issues.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How are CAM::PDF objects destroyed?
by GrandFather (Saint) on Dec 13, 2015 at 08:54 UTC | |
|
Re: How are CAM::PDF objects destroyed?
by afoken (Chancellor) on Dec 13, 2015 at 08:21 UTC | |
|
Re: How are CAM::PDF objects destroyed?
by choroba (Cardinal) on Dec 13, 2015 at 10:39 UTC | |
|
Re: How are CAM::PDF objects destroyed?
by Laurent_R (Canon) on Dec 13, 2015 at 12:21 UTC |