Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tfomsu03

    Using PerlScript with ASP and PDF::API2 to create PDFs

    No... This is strange
  2. tfomsu03

    Using PerlScript with ASP and PDF::API2 to create PDFs

    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.
  3. tfomsu03

    Using PerlScript with ASP and PDF::API2 to create PDFs

    After typing a full path to the file, I'm getting it to show the die() error message.
  4. tfomsu03

    Using PerlScript with ASP and PDF::API2 to create PDFs

    I'm still getting the same error.
  5. tfomsu03

    Using PerlScript with ASP and PDF::API2 to create PDFs

    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 =...

Part and Inventory Search

Back
Top