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 Chris 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. duntinq

    Populate PDF with Perl

    Um.. I've done a very detail research on PDF, can't find any solution. But thanks anyway.
  2. duntinq

    Populate PDF with Perl

    Hi, does anyone know if it is possible to populate PDF form with perl? My script can fill out the pdf with user information and save it or output the form to standard output in text. But what I want is to display the pdf form to user without saving. Does anyone have solution of any idea? Thank.
  3. duntinq

    Run CGI script on Apache

    Sure. Sorry, I should have done that. Here are the errors: Error message in the log file: [client 127.0.0.1] Can't locate LWP.pm in @INC (@INC contains: .) at C:/Apache Group/Apache2/cgi-bin/test.cgi line 7.\r [Sun Feb 26 13:42:07 2006] [error] [client 127.0.0.1] BEGIN failed--compilation...
  4. duntinq

    Run CGI script on Apache

    Hi all, Does anyone know how to configure Apache so that it knows where to find the newly installed perl module? When I run my cgi which uses a newly installed module, my apache server cannot find it and gives me error. Please help. Thanks.
  5. duntinq

    Passing values from form1 to form2

    Hi all, is it possible to prefill a form (form2) with values (inputed by user) in form1 if we have no control overl form2 ?
  6. duntinq

    Perl Beginner Need Help

    Hi everyone, I have just started to learn perl and encountered many issues. I hope there is someone here can help. I need to use the LWP library so I downloaded and installed it. Then I tried to use (i.e. use LWP;) it in a program. When I run it in DOS, it works fine, but when I run the same...

Part and Inventory Search

Back
Top