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...
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...
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...
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...
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...
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...
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...
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, "$template =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.