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 strongm 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. chuckID

    How to use the dollar sign without it being used as a command

    Hi, I need to use a dollar sign in my string but obviously the system thinks it's a command operand. Can this be accomplished? I would like to use the $ symbol rather than saying "197 dollars". Notice the second $ sign... $message = qq(Enter our Contest to Win a FREE Internet...
  2. chuckID

    When using the $use_sendmail how to then send email in html format

    Hi, If I want to use sendmail like below for example, how do I sent out the email so that its in html format not just plain text? $use_sendmail = "on"; $SENDMAIL = "/usr/sbin/sendmail -t"; If a form is used to gather info like a name, email etc. and this info is stored in a...
  3. chuckID

    After submit button is clicked cgi page does not open- internal error

    Ok much better, Thanks for making the error more explicit. Here it is: Can't locate Sendmail.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at submit_data.cgi...
  4. chuckID

    After submit button is clicked cgi page does not open- internal error

    Hi, I was able to get one of my .cgi scripts to work located at http://mydomainname.com/cgi-bin/create_form.cgi?setup=sample But when the submit button is clicked, I receive the error: "Internal Server Error The server encountered an internal error or misconfiguration and was unable...
  5. chuckID

    Software error: Can't open file '/default_form.html', reason: No such

    My server path is either/or www.mydomainname.com/ mydomainname.com/ I'm not sure I understand your question. If you mean the path to surf to my website then the above is true, if you mean the path for me to access all my files on my server, it's...
  6. chuckID

    Software error: Can't open file '/default_form.html', reason: No such

    Hi, I don't really understand why routines.pl can't find the the default_form.html file when it is pointing to the correct directory location. If this is the correct path to the file(default_form.html) on my server(www.mydomainname.com/default_form.html), what then should the line of code...
  7. chuckID

    Software error: Can't open file '/default_form.html', reason: No such

    Hi and thanks for your help, If my entire path was something like this: www.mydomainname.com/www/cgi-bin/ .... what would you use for the path in routines.pl at line 804 which is, $template = "whatyouwant/default_form.html"; open (FILE, $template ); or die "Can't open file...
  8. chuckID

    Software error: Can't open file '/default_form.html', reason: No such

    Software error: Can't open file '/default_form.html', reason: No such file or directory at routines.pl line 804, <DBD> line 10. Here's the sub for the routines.pl file which is a script library: sub parse_template { ($template, $ret_msg, $db) = @_; $result = (); open (FILE, &quot;$template =...

Part and Inventory Search

Back
Top