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 TouchToneTommy 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: UnDoug
  • Content: Threads
  • Order by date
  1. UnDoug

    Addressing Unknown Number of Variables

    I have a question regarding Perl programming. Below are a short version (with "short" being relative) and a long version (which gives more details of the specific program I'm writing). Any help is appreciated. The short version: I have a web form in which I create a set of checkboxes by...
  2. UnDoug

    Workstation Service Causing SLOW Boot

    Hi, On a Dell Latitude X300 laptop running XP Pro SP2, it went from booting up pretty quickly to taking about 3 minutes from the time the user enters the username/password to the time the desktop and its icons appear. Using msconfig.exe, I narrowed the problem down to the "workstation" service...
  3. UnDoug

    What is the best way to fill checkboxes based on form input?

    Hi, I have a perl script that creates a web form. The user can then fill in the form (which contains LOTS of checkboxes) and submit the data. I then need the script to display the form again, but this time reflecting the user's input. So if the original form showed a blank for their name and...
  4. UnDoug

    Printing Form Submission Data to a Networked Printer

    Hi, I have a webform that users will fill out, and upon clicking the submit button, I need the submission to be printed from our web server to a network printer so that it looks like the form that was filled out (same layout and formatting--it's mostly a form with checkboxes and text boxes)...
  5. UnDoug

    Preserve formatting when copying and pasting into Web Form

    I've cross posted the following to the Perl forum. Sorry if it's not appropriate for this forum: Hi, I'm having a problem with an HTML web form that is generated by a Perl script. The Perl script first reads in an HTML file and displays it's contents at the top of the page (it's the...
  6. UnDoug

    How to preserve formatting when copying and pasting into a web form.

    Hi, I'm having a problem with an HTML web form that is generated by a Perl script. The Perl script first reads in an HTML file and displays it's contents at the top of the page (it's the syllabus for a course taught by a college instructor). Beneath the syllabus, is the web form. The...
  7. UnDoug

    All I want to do is enable perl scripts to use sendmail.

    Hi, At work, on our Sun Solaris servers, I write perl scripts that use sendmail to send messages. On my home FreeBSD box, I haven't been able to get it to work. Can anyone tell me or point me to a web resource that will tell me how to configure things so that perl scripts can send outgoing...
  8. UnDoug

    Web form that is parsed by ReadParse loses formatting

    Hello, My first time posting here. If this isn't the appropriate forum area, please let me know. I have a webpage that contains a fill-in form. One part of the form is a &quot;textarea&quot; using the <textarea> tags. When I process the submitted data using &ReadParse in Perl 5.8.0, the...

Part and Inventory Search

Back
Top