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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chooper123

  1. chooper123

    Using Perlscript in ASP to create excel file

    Sorry, no it isn't all on one line. I'll put the codes again. This is the working code in .pl file #!/usr/bin/perl -w ############################################################################### # # Example of how to use the Spreadsheet::WriteExcel module to send an Excel # file to a...
  2. chooper123

    Using Perlscript in ASP to create excel file

    Hi All, I am struggling with opening an excel application and writing data to it from perlscript in a .asp webpage. I have test example .pl file which does the job nicely...opening up excel and the file. See below code: #!/usr/bin/perl -w...

Part and Inventory Search

Back
Top