Strange turn of events... When I use the full path to the file, as well as the or die("$!") I get the error message:
"Bad File Descriptor". But for some odd reason, it creates the PDF correctly. I have no idea what the hell is going on lol.
I'm having a problem, which I'm sure has a very simple answer. I actually copied this code from the CPAN howto on the PDF::API2 module. Here's my ASP code:
<%@Language="PerlScript" %>
<%
use strict;
use Win32::ASP qw(:strict);
use PDF::API2;
use warnings;
my $pdf =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.