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 bkrike 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: *

  • Users: ratz
  • Content: Threads
  • Order by date
  1. ratz

    <body> parameters cgi.pm

    I need to generate a response with a background image, using cgi.pm, my script looks like this: use CGI; $q= new CGI; print $q->header(); print $q->start_html(-title=>'test'); print "test" print $q->end_html; there is a parameter for BGCOLOR: print...
  2. ratz

    I have a database that is in excel,

    I have a database that is in excel, to read it into perl and do calulations with it based on user input, I export it into text, save as .txt and read it in into Perl. I would get the script to work directly from excel and skip the conversion to text. I can get it to read directly from Excel...
  3. ratz

    Reading a 2-D array with File handle

    I have a script that works fine when the data is stored in the same file as the script. The data is a 2-D array. because the file is quite large, I stored it in a seperate .txt file to read only from the script. But the script does not 'see' the data as a 2-d array, as it can't access specific...

Part and Inventory Search

Back
Top